浏览代码

Add note on new cmake build tool to INSTALL

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@562 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 15 年之前
父节点
当前提交
7c2d2a5c8c
共有 1 个文件被更改,包括 12 次插入3 次删除
  1. 12 3
      INSTALL

+ 12 - 3
INSTALL

@@ -31,9 +31,18 @@ VS Solution and build for your preferred build target ...
 release-dll is usually the best choice. Adjust the runtime library to
 release-dll is usually the best choice. Adjust the runtime library to
 your needs, multithreaded-dll is preconfigured by default.
 your needs, multithreaded-dll is preconfigured by default.
 
 
-Unix: try running 'make' in the ./code dir. Or SCons from
-./workspaces/SCons. Or CMAKE, from the CMakelists.txt. Choose whatever
-buildtool you like most.
+These solutions are currently hand-maintained, they copy all
+the resulting binaries to ./bin/config-name at the moment. 
+
+Unix & Family:
+
+CMake is now our preferred build tool. Run cmake with your
+favourite build script generator from *here* and have fun.
+If you use cmake only to get a makefile, run 
+'make' and 'make install' afterwards. 
+
+Note that running make from ./code is deprecated, although there
+is still a suitable makefile in it.