bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/FLECS-Template
1
by Gustav Hartvigsson
* Inital commit |
1 |
FLECS Meson Template. |
2 |
||
3 |
This project is agnostic over what version controll system you are using. |
|
4 |
||
5 |
All source (Header and C) files should be sholud be put in the directory 'src', |
|
6 |
and the file 'src/meson.build' should be changed to have those files included. |
|
7 |
||
8 |
To start off open a terminal in the templates base-diretory (the direcory where |
|
9 |
this file resides), then do as follows: |
|
10 |
||
11 |
$ mkdir build |
|
12 |
$ cd build |
|
13 |
$ meson .. |
|
14 |
$ ninja |
|
15 |
||
16 |
This will download the required resoures, and compile a sanity-check. |