Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

TheLusitanianKing/Stickman-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stickman-project

Little plateformer game in C++

This project works with the SFML-2.1 library. To install it :

  1. if you have an old version of SFML, remove it using sudo rm -rf /usr/include/SFML && sudo rm -f /usr/lib/libsfml*
  2. sudo apt-get update
  3. install : pthread, opengl, xlib, xrandr, freetype, glew (1.7), jpeg, sndfile, openal. Don't forget forget the dev files of these libraries
  4. go to the directory where you want to copy the project and use git clone https://github.com/codeOverFlow/Stickman-project.git
  5. go to SFML-master/ and use sudo cmake ./
  6. sudo make && sudo make install
  7. sudo cp -r /usr/local/include/SFML /usr/include && sudo ln -s /usr/local/lib/libsfml* /usr/lib

Releases

No releases published

Packages

No packages published

Languages

  • C 58.0%
  • C++ 29.0%
  • TeX 3.6%
  • Objective-C 2.6%
  • Shell 2.2%
  • Graphviz (DOT) 2.2%
  • Other 2.4%