this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #125 from whereswaldon/master

Add cd commands to build instructions in README

+2
+2
README.md
··· 34 34 ```` 35 35 cd darling 36 36 mkdir -p build/x86-64 37 + cd build/x86-64 37 38 cmake ../.. -DCMAKE_TOOLCHAIN_FILE=../../Toolchain-x86_64.cmake 38 39 make 39 40 make install ··· 55 56 ```` 56 57 cd darling 57 58 mkdir -p build/i386 59 + cd build/i386 58 60 cmake ../.. -DCMAKE_TOOLCHAIN_FILE=../../Toolchain-x86.cmake 59 61 make 60 62 make install