You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/02/23 12:39:18 UTC

[15/31] incubator-corinthia git commit: work

work


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/9a408345
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/9a408345
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/9a408345

Branch: refs/heads/experimentzip
Commit: 9a4083458e450af1b28d383a1097ffc0fab5c638
Parents: 9989d9b
Author: jani <ja...@apache.org>
Authored: Fri Feb 13 11:03:56 2015 +0100
Committer: jani <ja...@apache.org>
Committed: Fri Feb 13 11:03:56 2015 +0100

----------------------------------------------------------------------
 build-instructions.txt | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/9a408345/build-instructions.txt
----------------------------------------------------------------------
diff --git a/build-instructions.txt b/build-instructions.txt
new file mode 100644
index 0000000..8ba1ce0
--- /dev/null
+++ b/build-instructions.txt
@@ -0,0 +1,24 @@
+./build is the standard location for temporary build files
+
+** WINDOWS special **
+The very first time you clone the project from git, you also need to download
+our external dependencies
+in directory "external" run
+fetch_downloads.bat (or .sh)
+then
+extract_downloads.bat (or .sh)
+Now you have all the items you need to build corinthia.
+*** END ***
+
+We depend on cmake to generate the target build system
+in ./build do:
+cmake -G "<build>" ..
+where <build> is one of
+Visual Studio 10 2010 = Generates Visual Studio 10 (VS 2010) project files.
+Visual Studio 11 2012 = Generates Visual Studio 11 (VS 2012) project files.
+Visual Studio 12 2013 = Generates Visual Studio 12 (VS 2013) project files.
+Visual Studio 14 2015 = Generates Visual Studio 14 (VS 2015) project files.
+Unix Makefiles = Generates standard UNIX makefiles.
+
+Other build directories is possible.
+Other <build> is possible but not tested