Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PrIzRaKDev authored Jun 22, 2024
1 parent f278617 commit 23c00e6
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,55 @@ GTA: San Andreas .asi and .dll file's loader
Pr!zRaK - Main Developer Of Library,
TRIXIE - helper and e.t.c

# Build

To Correctly Build the Library, Need:

1. `Microsoft Visual Studio 2022 (version 17.0 and more...)`
2. `CMake 3.29.3`

step 1.

Run `CMD`

step 2.

enter the `cd ` and path to your vorbisFile folder
press enter

step 3.

enter the `mkdir build`
press enter

step 4.

enter the `cd build`
press enter

step 5.

enter the `cmake .. -G "Visual Studio 17 2022" -A Win32`
press enter

step 6.

enter the `cd ` and path to your vorbisFile folder
press enter

step 7.

enter the `cmake --build build --config Release`
press enter.

`vorbisFile.dll` path: `build\bin\Release`

after build go to the main GTA: San Andreas folder and rename original `vorbisFile.dll` to `vorbisFileHooked.dll`.

Your directory should look like this:
```
GTA San Andreas
`-- vorbis.dll
`-- vorbisFile.dll (the build artifact)
`-- vorbisFileHooked.dll (the renamed, original file)
```

0 comments on commit 23c00e6

Please sign in to comment.