From f0c72952c87ae5d16e0d391deb2d6ed7c4e4d1eb Mon Sep 17 00:00:00 2001 From: nillerusr <42746659+nillerusr@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:34:32 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0d19e13..2b857614 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,6 @@ On Linux: 2. Run ```git submodule init && git submodule update``` 3. Build ``` -cd thirdparty/ -./build.sh -cd ../ -./createallprojects -./build.sh everything +./waf configure -T debug +./waf build ```