bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/invaders_vala
8
by Gusatv Hartvigsson
* Started to work on a helper library (Under LGPL) |
1 |
#!/usr/bin/env cat |
2 |
TABLE OF CONTENT: |
|
3 |
Copyright and Copying |
|
4 |
Information |
|
5 |
How To Compile |
|
6 |
Status |
|
7 |
||
8 |
############################ Copyright and Copying ############################# |
|
9 |
||
10 |
Author:
|
|
11 |
Gustav Hartvigsson |
|
12 |
E-Mail: |
|
13 |
gustav.hartvigsson <at> gmail.com |
|
14 |
||
15 |
This software is avaible under CreativeCommons, GPLv3, and LGPLv3. |
|
16 |
||
17 |
lib/GameHelper/*: LGPLv3 |
|
18 |
lib/GameHelper.vapi: MIT/LGPLv3
|
|
19 |
lib/GameHelper.h: MIT/LGPLv3
|
|
20 |
||
21 |
src/*.vala: GPLv3
|
|
22 |
||
23 |
media/images/*: CC-BY-SA
|
|
24 |
media/fonts/*: Read media/fonts/README for information on
|
|
25 |
Copying, and Copyright
|
|
26 |
||
27 |
################################ Information ###################################
|
|
28 |
||
29 |
This is a game that is a personal research on how vala works and on shared
|
|
30 |
objects.
|
|
31 |
||
32 |
############################### How to compile #################################
|
|
33 |
||
34 |
first you need to compile the GameHelper library:
|
|
35 |
cd lib
|
|
36 |
make
|
|
37 |
||
38 |
That is all for that library...
|
|
39 |
||
40 |
Now the game itself:
|
|
41 |
cd ..
|
|
42 |
make
|
|
43 |
||
44 |
||
45 |
#################################### Status ####################################
|
|
46 |
||
47 |
This is game is under heavy development and should not be considerd as anything
|
|
48 |
else then what it is: a research project.
|
|
49 |
||
50 |