README - Add submodules note

This commit is contained in:
8dcc 2023-07-20 18:10:45 +02:00
parent 97470382bb
commit 6640f52047
1 changed files with 9 additions and 2 deletions

View File

@ -20,14 +20,21 @@ possible without his help. Make sure to check out his repo too.
Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ahc]]. Also make sure to check out [[https://github.com/deboogerxyz/ahc][deboogerxyz/ahc]].
* Building * Building
#+begin_src console #+begin_src console
$ git clone https://github.com/8dcc/hl-cheat $ git clone --recurse-submodules https://github.com/8dcc/hl-cheat
$ cd hl-cheat $ cd hl-cheat
$ make $ make
... ...
#+end_src #+end_src
Note that you will need to clone with =--recurse-submodules= for the sdk. If you
have already cloned it, you can just:
#+begin_src console
$ cd hl-cheat
$ git submodule update --init --recursive
#+end_src
* Injecting * Injecting
Uses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][gdb]] debugger for injecting the library. Uses the [[https://www.gnu.org/savannah-checkouts/gnu/gdb/index.html][gdb]] debugger for injecting the library.