Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Kim
manateecoin
Commits
66a9d702
Commit
66a9d702
authored
Oct 06, 2017
by
Pierre Kim
Browse files
Updated instructions for Ubuntu build
parent
7e23960d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
66a9d702
ManateeCoin is a next-generation cryptocurrency backed by manatees.
ManateeCoin is a next-generation cryptocurrency backed by manatee
supporter
s.
## Building ManateeCoin
### On *nix
Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55.
Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55
or later
.
You may download them from:
...
...
@@ -21,4 +21,27 @@ cmake ..
make
```
The resulting executables can be found in
`build/release/src`
.
\ No newline at end of file
###On Ubuntru 16.04 LTS
1.
Install dependencies
```
sudo apt-get install cmake build-essential libboost-dev libboost-chrono-dev libboost-thread-dev libboost-filesystem-dev libboost-regex-dev libboost-program-options-dev
```
2.
Clone source code
```
git clone http://git.mananet.net/manatails/manateecoin.git
cd manateecoin
```
3.
Build
```
mkdir build
cd build
cmake ..
make
```
The resulting executables can be found in
`build/release/src`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment