Skip to content

Commit

Permalink
Improve MacOS build by adding 'make -j' to build_macos.sh script and …
Browse files Browse the repository at this point in the history
…update docs (#12)

* Run 'make -j' from the build_macos.sh script, to simplify process
* Update README to remove manual 'make' step which was also incomplete anyway.
  • Loading branch information
robromano authored and wichtounet committed Oct 12, 2019
1 parent ec56302 commit 160a514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -92,7 +92,6 @@ Now build using the provided script after cloning repository::
$ git clone --recursive git://github.com/wichtounet/budgetwarrior.git
$ cd budgetwarrior
$ ./build_macos.sh
$ make

Windows
Expand Down
1 change: 1 addition & 0 deletions build_macos.sh 100644 → 100755
@@ -1,3 +1,4 @@
mkdir -p build
cd build
OPENSSL_ROOT_DIR=/usr/local/opt/openssl cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib ..
make -j

0 comments on commit 160a514

Please sign in to comment.