Ver código fonte

Add build instructions

Daniele Bartolini 13 anos atrás
pai
commit
8fcf957bb5
1 arquivos alterados com 18 adições e 0 exclusões
  1. 18 0
      BUILD.txt

+ 18 - 0
BUILD.txt

@@ -0,0 +1,18 @@
+//-----------------------------------------------------------------------------
+How to build Crown:
+
+1. Create a folder named "build" in this directory.
+2. $ cd build
+3. $ cmake ..
+4. make
+
+//-----------------------------------------------------------------------------
+In order to select different build configurations you have to do the following:
+
+1. Create a folder named "build" in this directory.
+2. $ cd build
+3. $ cmake-gui ..
+
+//-----------------------------------------------------------------------------
+Enjoy!
+