Update README
This commit is contained in:
29
README.md
29
README.md
@@ -1,2 +1,29 @@
|
|||||||
# GuitarPiano
|
# GuitarPiano
|
||||||
Little french software to learn guitar from piano
|
GuitarPiano is a french software to learn guitar from piano. It uses [OpenGL](https://www.opengl.org) and [SDL](https://www.libsdl.org).
|
||||||
|
|
||||||
|
English translations will be added if really needed. For now, this is just a small project (the code is still a mess).
|
||||||
|
|
||||||
|
Also, feel free to contribute to the project !
|
||||||
|
|
||||||
|
# Screenshots
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
# Build
|
||||||
|
You will need a recent compiler supporting c++17 and [xmake](https://xmake.io/#/getting_started).
|
||||||
|
Just cd into the project folder and type :
|
||||||
|
```
|
||||||
|
xmake
|
||||||
|
```
|
||||||
|
xmake should download all the depencencies for you.
|
||||||
|
|
||||||
|
# Run
|
||||||
|
```
|
||||||
|
xmake run -w test
|
||||||
|
```
|
||||||
|
|
||||||
|
# Install
|
||||||
|
Currently, there is no install script so you should just copy the binary.
|
||||||
|
|
||||||
|
The binary should be located in the build folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user