/+junk/FLECS-Template

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/FLECS-Template

« back to all changes in this revision

Viewing changes to README

  • Committer: Gustav Hartvigsson
  • Date: 2020-10-15 15:41:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20201015154132-0fx42ywmpp2cqctt
* Inital commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.