ColdStars Code
Brought to you by:
diverlin
| File | Date | Author | Commit |
|---|---|---|---|
| config | 2014-09-15 |
|
[802cc2] make controlable(on, off) render stages |
| data | 2014-01-21 |
|
[4040b2] starfield shader is borrowed |
| dependencies | 2014-09-15 |
|
[7eda6d] cleanup mess with freetypes, removing useless |
| doc | 2013-05-22 |
|
[bed10f] moving some stuff from class Points to class Or... |
| macros | 2014-09-15 |
|
[a8524f] some files moving |
| scripts | 2014-09-15 |
|
[a8524f] some files moving |
| src | 2014-09-15 |
|
[84dbfc] some work on resources handling, currently it's... |
| .hgignore | 2014-09-15 |
|
[f09c01] fix deploy, now builds with QTCreator |
| CMakeLists.txt | 2014-09-15 |
|
[84dbfc] some work on resources handling, currently it's... |
| CMakeLists.txt.user | 2014-09-15 |
|
[84dbfc] some work on resources handling, currently it's... |
| readme.txt | 2014-09-15 |
|
[352ee3] readme.txt updated |
Build on linux (tested on ubuntu 14.04):
####################
### DEPENDENCIES ###
####################
* install external dependencies from repository (tested on ubuntu 14.04):
sudo apt-get install libglew-dev libglm-dev libsfml-dev
* OR manually compiled by:
all deps can be build form coldstars_thirdparty(the package can be found in sourceforge section download in tar.gz) subproject just by running in terminal
<cmake . && make>, from root folder
Note: you need override variable COLDSTARS_DEPENDENCIES_ROOT pointing to external libs
For example: set(COLDSTARS_DEPENDENCIES_ROOT "/home/username/workspace/coldstars/coldstars_thirdparty_build/dist")
####################
#######################
### BUILD COLDSTARS ###
#######################
build coldstars with QtCreator, just open CMakeLists.txt
#######################
#####################
### RUN COLDSTARS ###
#####################
just execute ./run from the build directory
#####################