From 3560c8497d166196557051b4d24d003240a6118e Mon Sep 17 00:00:00 2001 From: fbettocchi Date: Sun, 17 Dec 2017 03:47:51 +0100 Subject: [PATCH] Update build-unix.txt adding some help for people who doesnt know how to build --- doc/build-unix.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/build-unix.txt b/doc/build-unix.txt index 8e493cf..36fdc8b 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -14,9 +14,10 @@ UNIX BUILD NOTES To Build -------- - +cd src/leveldb chmod +x build_detect_platform make clean && make libleveldb.a libmemenv.a +cd .. make -f makefile.unix # Headless polytimos See readme-qt.rst for instructions on building Polytimos QT,