on commence l'interface là ouais
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# jminos
|
||||
|
||||
## Manual build and run
|
||||
|
||||
You need to install xmake and have a compiler with c++20 compatibility
|
||||
|
||||
### Install the necessary dependencies
|
||||
|
||||
``xrepo install sfml``
|
||||
|
||||
Package location (on Linux) for IntelliSense:
|
||||
``home/<user>/.xmake/packages/**``
|
||||
|
||||
### Build the project
|
||||
|
||||
``cd jminos``
|
||||
|
||||
``xmake``
|
||||
|
||||
If you need to change the toolchain (for example using gcc):
|
||||
``xmake f --toolchain=gcc``
|
||||
|
||||
### Run the project
|
||||
|
||||
Graphical version:
|
||||
``xmake run graph``
|
||||
|
||||
Command line version:
|
||||
``xmake run text``
|
||||
Reference in New Issue
Block a user