@@ -9,7 +9,7 @@ Note: This tool is in a very early state, and only has the functionality to brow
99
1010## Build on Ubuntu
1111```
12- sudo apt install qt5-default
12+ sudo apt install build-essential pkg-config cmake git qt6-base-dev qt6-tools-dev qt6-tools-dev-tools
1313cd /path/to/fatx
1414mkdir build
1515cd build
@@ -19,8 +19,8 @@ make gfatx
1919
2020## Build on Windows
2121* Install Visual Studio 2019 Community
22- * Install Qt 5.15.2 . I recommend using the Qt open source online installer.
23- * From Start menu, launch a "Qt 5.15.2 + MSVC 2019" command prompt
22+ * Install Qt 6 . I recommend using the Qt open source online installer.
23+ * From Start menu, launch a "Qt 6.x.x + MSVC 2019" command prompt
2424
2525```
2626"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" amd64
@@ -33,11 +33,11 @@ cmake --build . --target gfatx
3333
3434## Build on macOS
3535```
36- brew install pkgconfig qt@5
37- export PATH="/usr/local/opt/qt@5 /bin:$PATH"
38- export LDFLAGS="-L/usr/local/opt/qt@5 /lib"
39- export CPPFLAGS="-I/usr/local/opt/qt@5 /include"
40- export PKG_CONFIG_PATH="/usr/local/opt/qt@5 /lib/pkgconfig"
36+ brew install pkgconfig qt@6
37+ export PATH="/usr/local/opt/qt@6 /bin:$PATH"
38+ export LDFLAGS="-L/usr/local/opt/qt@6 /lib"
39+ export CPPFLAGS="-I/usr/local/opt/qt@6 /include"
40+ export PKG_CONFIG_PATH="/usr/local/opt/qt@6 /lib/pkgconfig"
4141cd /path/to/fatx
4242mkdir build
4343cd build
0 commit comments