Skip to content

Commit

Permalink
license authors
Browse files Browse the repository at this point in the history
  • Loading branch information
ucacaxm committed Jan 29, 2024
1 parent a91edca commit e313d71
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 16 deletions.
8 changes: 8 additions & 0 deletions AUTHORS .md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Alexandre MEYER
<Alexandre.Meyer@univ-lyon1.fr>
<https://perso.liris.cnrs.fr/alexandre.meyer>

Elodie DESSEREE
<Elodie.Desseree@univ-lyon1.fr>


14 changes: 14 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright (C) [2024] [Alexandre MEYER, Elodie DESSEREE]

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
38 changes: 22 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,30 @@ The Grapic archive comes with the needed SDL part, you do not have to install SD



## Note for developpers and to produce the webpages
Compiling from the github (which is not the standard way).
## How to start using it

* On Linux you need to install:
- g++
- doxygen
- zip
- lib-sdl2-dev lib-sdl2 sd2_image... sdl2_ttf...
[See here](https://perso.liris.cnrs.fr/alexandre.meyer/grapic/html/index.html#start])

1. sudo apt install g++ premake5 zip doxygen libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2_ttf-dev
2. make premake
3. make
(4. script/make_linux_test.sh): to test the archive doc/download/grapic-linux.tgz
(5. script/make_web.sh): to create the zip files in doc/download or to sync everything to the webpage (need passwd).

### Linux

Install: - g++, doxygen, zip, lib-sdl2-dev lib-sdl2 sd2_imag sdl2_ttf

* On windows
0. Install CB 20
1. run premake-cb20.bat to generate the projects files or run premake-lifami.bat to generate lifami projects
2. open build/windows-cb20/grapic.workspace
1. `sudo apt install g++ premake5 zip doxygen libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2_ttf-dev`
2. `make premake`
3. `make`


### Windows

The easiest

1. Install CodeBlocks 20
2. run the script `run-premake-cb20.bat` or `run-lifami-cb20.bat`
3. open build/windows-codeblocks/grapic.workspace with Codeblocks



## Change doc of the web page

`make web`: to create doc and sync everything to the webpage (need passwd).

0 comments on commit e313d71

Please sign in to comment.