From 4c3ae07401b03d949d7405150c1d3d1b77dc90bb Mon Sep 17 00:00:00 2001 From: harderthan Date: Mon, 21 Sep 2020 23:15:49 +0900 Subject: [PATCH] Update README.md Update how to build cinder on linux --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 62cb143..96eac0c 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,7 @@ $ git submodule init && git submodule update ### Build on Linux #### Build cinder -``` -$ cd ~/src/github.com/cinder/Cinder - -$ git fetch - -$ git checkout -b android_linux origin/android_linux - -$ mkdir build && cd build - -$ cmake -DCINDER_BOOST_USE_SYSTEM .. - -$ make -j$(nproc) -``` +- [CiNDER Installation Guides (Linux-Notes)](https://libcinder.org/docs/guides/linux-notes/ubuntu.html) #### Build this app