Hardwar
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Hardwar game
# Hardwar - Computer Game, Sci-fi Flight sim

This is a re-make of another game with the same name which is also called "Hardwar".

The game is currently is pre-alpha state. There is currently no game to play.

If you are interested in helping develop the game then please see below for build instructions.

## Building

The building instructions should be similar regardless of if you're on windows, osx or linux.

For library dependency management I use bower which requires node-js and npm to be installed. After you have these installed you should be able to download the code and run "bower install" to get all the dependencies needed to build the game.

###Debian / Ubuntu

    sudo apt-get install libfreetype6-dev nvidia-cg-toolkit libfreeimage-dev \
    zlib1g-dev libzzip-dev libois-dev libcppunit-dev doxygen libxt-dev libxaw7-dev \
    libxxf86vm-dev libxrandr-dev libglu-dev libboost-date-time-dev libboost-thread-dev \
    libboost-filesystem-dev git npm nodejs-legacy cmake

    git clone https://github.com/andrewfenn/Hardwar.git
    cd ./Hardwar
    sudo npm install -g bower
    bower install
    cmake -H. -B./hard.build
    cd ./hard.build
    make

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。