Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuNotMoe authored Oct 12, 2023
1 parent 31210b5 commit d5ff19d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ Windows users please use WSL or Cygwin, or maybe try Linux a bit ;-)

Compile:

```shell script
git clone https://github.com/SudoMaker/adlib2vgm
cd adlib2vgm
mkdir build
cd build
cmake ..
make -j `nproc`
```

or if you have `ninja` installed and prefer to use it:
```shell script
git clone https://github.com/SudoMaker/adlib2vgm
cd adlib2vgm
Expand Down

0 comments on commit d5ff19d

Please sign in to comment.