Skip to content

Commit

Permalink
Add generic cmake instructions, remove android doc
Browse files Browse the repository at this point in the history
Android build system is outdated
  • Loading branch information
OttoAllmendinger committed Sep 18, 2014
1 parent 8fefb9e commit 35b2338
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
18 changes: 12 additions & 6 deletions README.md
Expand Up @@ -53,12 +53,23 @@ clang-format each time you push or commit. To do so type in the repo directory:
ln -s ../../scripts/git_hooks/pre-push
ln -s ../../scripts/git_hooks/pre-commit

To check your code without pushing the following command can be used:
To check your code without pushing the following command can be used:

git push -n

### Build Instructions

OpenTransactions uses the CMake build system. The basic steps are

mkdir build
cd build
cmake ..
make
make install


More detailed instructions are listed below

#### Linux

* [Generic Linux](docs/INSTALL-MEMO-Linux.txt)
Expand All @@ -73,8 +84,3 @@ To check your code without pushing the following command can be used:
#### Windows

* [Windows (Vista SP2+)](docs/INSTALL-Windows.txt)

#### Android

* [Android](https://github.com/monetas/ot-android)

12 changes: 0 additions & 12 deletions docs/INSTALL-Android.txt

This file was deleted.

0 comments on commit 35b2338

Please sign in to comment.