Doc: Add cloning and build instructions to readme

This commit is contained in:
Riyyi
2022-08-17 18:28:33 +02:00
parent c5d5ffc1eb
commit b05c0404c6
+35 -1
View File
@@ -3,4 +3,38 @@
#+LANGUAGE: en #+LANGUAGE: en
#+OPTIONS: toc:nil #+OPTIONS: toc:nil
Accurate GameBoy Emulator. Accurate GameBoy emulator.
** Download
*** Clone
#+BEGIN_SRC sh
$ git clone https://gitlab.com/riyyi/garbage
$ cd garbage
$ git submodule init
$ git submodule update
#+END_SRC
Or
#+BEGIN_SRC sh
$ git clone --recursive https://gitlab.com/riyyi/garbage
#+END_SRC
*** Update
#+BEGIN_SRC sh
$ git pull
$ git submodule update --recursive
#+END_SRC
** Build instructions
#+BEGIN_SRC sh
$ mkdir build
$ cd build
$ cmake .. && make
#+END_SRC
** Libraries
- [[https://github.com/riyyi/ruc][ruc]]