forked from wuye9036/SalviaRenderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
59 lines (42 loc) · 2.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Project build guide
1. Requirements
* Windows 7 or later
* Visual Studio 2013.
* Python 2.7.
* CMake 3.x
* Linux
* Mint 16 and Mint 17 were tested.
* GCC 4.8 or later.
* Python 2.7.
* CMake 3.x
2. Build steps
* Run build_all.py which is located at root of project.
* If it is the first run of build_all.py, an configuration file "proj.py" will be generated.
* Edit proj.py after read the comments of the file.
* If build tool is visual studio, vs solution file will be generated in sub folder of 'build'.
3. REMARK
* Each configuration was built once build_all.py was run. But visual studio supports multiple configuratoin in one project. You should modify proj.py and execute build_all.py with different configuration, such as RelWithDebInfo or Debug.
If you have any questions, please contact:
wuye9036 _at_ gmail _dot_ com
----------------------------
如果您是中国用户,您可以从OSChina的Git托管站点上下载:
https://git.oschina.net/wuye9036/SalviaRenderer.git
首先请确认您的机器上具有:
Windows平台:
1. Visual Studio 2013. Desktop Express/Community/Profession;
3. Python 2.7;
4. CMake 3.x
Linux平台:
1. GCC 4.8或以上版本;
3. Python 2.7;
4. CMake 3.x。
运行build_all.py文件。如果您是首次运行该脚本,它会生成proj.py文件。
打开proj.py文件,阅读说明并修改配置。
再次运行build_all.py,期间可能需要下载一些资源和第三方库,请保持网络连接,等待编译过程其直到编译结束。
如果发生Boost或者LLVM的编译异常,您可以尝试重新执行build_all.py。
如果您使用的是Visual Studio,sln文件会生成在您指定的 build_root 的目录下。
注意事项:
和Visual Studio默认的多配置工程不同,脚本一次只会编译一个配置(Debug, RelWithDebInfo等等)。
如果需要在工程文件中自由切换配置,需要您多次修改proj.py中的config并执行build_all.py,随后您就可以在Solution中自由切换Configuration并编译了。
如果您有任何疑问或建议,请邮件至:
wuye9036 _at_ gmail _dot_ com