comparison README @ 7:8a7db884ae83

doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jul 2012 11:01:58 +0200
parents 3959d33612cc
children 7908a4c25a18
comparison
equal deleted inserted replaced
6:9d483cf71d17 7:8a7db884ae83
35 35
36 Currently, the supported platforms are: 36 Currently, the supported platforms are:
37 37
38 * Linux 32bit. 38 * Linux 32bit.
39 * Linux 64bit. 39 * Linux 64bit.
40 * Windows 32bit (through MinGW). 40 * Windows 32bit.
41 41
42 42
43 43
44 Supported Toolchains 44 Supported Toolchains
45 -------------------- 45 --------------------
46 46
47 Palantir can currently be built using the following compiling 47 Palantir can currently be built using the following compiling
48 toolchains: 48 toolchains:
49 49
50 * Native Linux compilation, with gcc. 50 * Native Linux compilation, with gcc.
51 * Cross-compilation for Windows under Linux through MinGW. 51 * Native Windows compilation, with Microsoft Visual Studio.
52 52 * Cross-compilation for Windows under Linux, with MinGW.
53 More toolchains will be supported in the future.
54 53
55 54
56 55
57 Content 56 Content
58 ------- 57 -------
72 * CMakeLists.txt - The main build script 71 * CMakeLists.txt - The main build script
73 * COPYING - The GPLv3 license 72 * COPYING - The GPLv3 license
74 * INSTALL - How to build Palantir 73 * INSTALL - How to build Palantir
75 * README - This file 74 * README - This file
76 * THANKS - The list of the contributors 75 * THANKS - The list of the contributors
76 * NEWS - The history of main changes between versions
77 77
78 We have decided not to maintain separate "NEWS" and "ChangeLog" 78 We have decided not to maintain a separate "ChangeLog" file. Each
79 files. The major features of each version of Palantir ("NEWS") can be 79 commit to the official Palantir Mercurial repository should be
80 found on our Web site. Each commit to the official Palantir Mercurial 80 associated with a description of the changes.
81 repository should be associated with a description of the changes.