You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ To build an ACF archive, run `acftool -b <indir>` or `acftool --build <indir>`.
60
60
Dependencies: `clang` or `gcc`, and `make`
61
61
1. If you don't already have them, install the dependencies
62
62
2. Clone this repository by running `git clone https://github.com/SombrAbsol/acftool`, or [download the ZIP archive](https://github.com/SombrAbsol/acftool/archive/refs/heads/main.zip) and extract it
63
-
3. Go to the repository directory and build the program by running `make`.
63
+
3. Go to the repository directory and build the program by running `make`
64
64
65
65
> [!TIP]
66
66
> Running `make` or `make release` will generate a release build. Builds available to download are built using this recipe. If you want to generate a native or a debug build, run `make native` or `make debug`. Native builds are optimized for your specific CPU for better performance but may not be compatible with other systems, while debug builds include debugging symbols that help diagnose issues but run slower.
0 commit comments