File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ How to Build (Natively)
1818-----------------------
1919### Prerequisites
2020
21+ Note: You'll need to build and install libfatx first.
22+
2123#### Ubuntu
2224Assuming you already have typical build tools installed, install FUSE and CMake:
2325
@@ -33,7 +35,7 @@ Assuming you have homebrew installed, install `pkgconfig` and `cmake`:
3335### Download Source
3436Clone the repository:
3537
36- $ git clone https://github.com/mborgerson/fatx && cd fatx
38+ $ git clone https://github.com/mborgerson/fatx && cd fatx/fatxfs
3739
3840### Build
3941Create a build directory and run ` cmake ` to construct the Makefiles:
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ A graphical utility for working with FATX disk images, built around libfatx.
55
66Note: This tool is in a very early state, and only has the functionality to browse filesystems in a disk at the moment.
77
8+ Note: You'll need to build and install libfatx first.
9+
810![ gfatx] ( gfatx.png )
911
1012## Build on Ubuntu
1113```
1214sudo apt install build-essential pkg-config cmake git qt6-base-dev qt6-tools-dev qt6-tools-dev-tools
13- cd /path/to/fatx
15+ cd /path/to/fatx/gfatx
1416mkdir build
1517cd build
1618cmake ..
@@ -24,7 +26,7 @@ make gfatx
2426
2527```
2628"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" amd64
27- cd C:\path\to\fatx
29+ cd C:\path\to\fatx\gfatx
2830mkdir build
2931cd build
3032cmake ..
@@ -38,7 +40,7 @@ export PATH="/usr/local/opt/qt@6/bin:$PATH"
3840export LDFLAGS="-L/usr/local/opt/qt@6/lib"
3941export CPPFLAGS="-I/usr/local/opt/qt@6/include"
4042export PKG_CONFIG_PATH="/usr/local/opt/qt@6/lib/pkgconfig"
41- cd /path/to/fatx
43+ cd /path/to/fatx/gfatx
4244mkdir build
4345cd build
4446cmake --build . --target gfatx
You can’t perform that action at this time.
0 commit comments