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
fc21277d
Commit
fc21277d
authored
Oct 03, 2017
by
Pierre Kim
Browse files
Update README
parent
e289d24e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fc21277d
ManateeCoin is a next-generation cryptocurrency backed by manatees
\ No newline at end of file
ManateeCoin is a next-generation cryptocurrency backed by manatees.
## Building ManateeCoin
### On *nix
Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55.
You may download them from:
*
http://gcc.gnu.org/
*
http://www.cmake.org/
*
http://www.boost.org/
*
Alternatively, it may be possible to install them using a package manager.
```
mkdir build
cd build
cmake ..
make
```
The resulting executables can be found in
`build/release/src`
.
\ No newline at end of file
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