Skip to content

Commit 1321f46

Browse files
committed
gfatx: Update README for qt6
1 parent d3fa9b4 commit 1321f46

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gfatx/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1313
cd /path/to/fatx
1414
mkdir build
1515
cd 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"
4141
cd /path/to/fatx
4242
mkdir build
4343
cd build

0 commit comments

Comments
 (0)