-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
39 lines (26 loc) · 1.32 KB
/
README.txt
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
Poïesis game
Grow, complexify, survive.
Authors:
* Developer: Matheus Portela (10/0017959)
* Artist: Henrique Porath
* Musician: Sofia de Faveri.
Contact: matheus.v.portela@gmail.com
===============================================================================
BUILD INSTRUCTIONS:
First of all, it's necessary to download and install the required libraries.
Poïesis uses the following libraries:
* C++ STL
* SDL
In Debian-based Linux distributions, these libraries can be installed by the following command:
$ sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
Poïesis uses GNU Make for building the project. Simply run the following
command in your command prompt:
$ make
The Makefile used is authored by Michael Crawford and is publicly available at:
https://github.com/mbcrawfo/GenericMakefile/blob/master/cpp/Makefile
===============================================================================
RUN INSTRUCTIONS:
After building the project, you need to configure the game path. This can be done by updating the first line of "Configurations.cfg". The required path must point to the directory containing all game resources. Example:
$PATH = /home/portela/idj/resources
Finally, you can run the game with the following command in the project root directory:
$ ./Poiesis