Menu

Tree [e8b030] master /
 History

HTTPS access


File Date Author Commit
 .kdev4 2013-10-03 Salvatore Salvatore [5ec74c] fix last commit errors
 ASM unknown
 CB 2014-09-09 Salvathor Salvathor [4c2a04] bumping release 2.2
 Exemplos 2014-09-09 Salvathor Salvathor [4c2a04] bumping release 2.2
 ExternalLibs 2014-09-09 Salvathor Salvathor [4c2a04] bumping release 2.2
 Gamecore 2014-09-09 Salvathor Salvathor [4c2a04] bumping release 2.2
 Headers 2013-11-28 carygrant carygrant [c3f407] Bumping Release 2.1
 Source 2014-09-09 Salvathor Salvathor [4c2a04] bumping release 2.2
 VC 2014-09-09 Salvathor Salvathor [317dd3] preparing release 2.2
 cmake 2013-11-15 Salvatore Salvatore [2e3f4a] fixing compilation on linux
 releases 2014-09-09 Salvathor Salvathor [317dd3] preparing release 2.2
 .directory 2013-10-02 Salvatore Giannotta Salvatore Giannotta [e38b76] Signed-off-by: Salvatore Giannotta <carygrant@...
 .gitignore 2014-09-09 Salvathor Salvathor [317dd3] preparing release 2.2
 CMakeLists.txt 2013-11-15 Salvatore Salvatore [f172fc] fixing linux compilation
 README 2014-09-09 Salvathor Salvathor [317dd3] preparing release 2.2
 SGFSolution.sln 2012-07-17 unknown unknown [6edd3c] Release 1.0 Finalizada
 SGFSolution_VS2010.sln unknown
 coding conv.txt 2013-10-14 Salvatore Salvatore [33e807] fixing System support
 sgf.kdev4 2013-10-02 Salvatore Giannotta Salvatore Giannotta [e38b76] Signed-off-by: Salvatore Giannotta <carygrant@...
 types.h 2013-10-02 Salvatore Giannotta Salvatore Giannotta [e38b76] Signed-off-by: Salvatore Giannotta <carygrant@...

Read Me

 

BUILDING IN LINUX
mkdir Projetos
mkdir Gameengine
clone the repository
git clone git://git.code.sf.net/p/sgfabric/code sgf
for me
git clone ssh://carygrant@git.code.sf.net/p/sgfabric/code sgf



install cmake
apt-get install cmake

sudo apt-get install gcc-multilib lib32stdc++6 libx32stdc++6
 
 before use cmake:

 
1 - build SDL2
cd ExternalLibs/SDL2-2.0.0
./configure
make
sudo make install

2 - install freetype
sudo apt-get install libfreetype6-dev
it is possible to use the SDL_ttf png code to build and install it too
3 - install png
sudo apt-get install libpng++-dev
it is possible to use the SDL_Image png code to build and install it too

4 - configure tiff
# must configure tiff to generate the header file
# todo: use cmake to generate this file
cd ExternalLibs/SDL2_image-2.0.0/external/tiff-4.0.3
./configure

5 - configure libwebp


mkdir build
cd build 
cmake ..