Skip to content

Commit 24e2c48

Browse files
committed
formatting changes
Formatting changes Signed-off-by: Michael Oliver <mcoliver@gmail.com>
1 parent f425eca commit 24e2c48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/build_guides/build_rocky_linux_9_5.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ sudo dnf install qt5 qt5-devel -y
6060
sudo dnf install libXmu-devel libXi-devel libGL-devel -y
6161
pip install --user sphinx_rtd_theme breathe
6262

63+
#### Qt6
64+
# sudo dnf install epel-release -y
65+
# sudo dnf install qt6-qtbase-devel -y
66+
67+
### Local installs
6368

64-
### pybind11
69+
#### pybind11
6570
# cd ${TMP_XSTUDIO_BUILD_DIR}
6671
# git clone https://github.com/pybind/pybind11.git
6772
# cd pybind11
6873
# sudo python setup.py install
6974
# cd ${TMP_XSTUDIO_BUILD_DIR}
7075

71-
### Qt6
72-
# sudo dnf install epel-release -y
73-
# sudo dnf install qt6-qtbase-devel -y
74-
75-
### Local installs
7676
#### libGLEW
7777
cd ${TMP_XSTUDIO_BUILD_DIR}
7878
wget https://github.com/nigels-com/glew/releases/download/glew-${VER_libGLEW}/glew-${VER_libGLEW}.tgz
@@ -241,7 +241,7 @@ make -j${MAKE_JOBS}
241241
sudo make install
242242
cd ${TMP_XSTUDIO_BUILD_DIR}
243243

244-
### xStudio
244+
##### xStudio
245245
cd ${TMP_XSTUDIO_BUILD_DIR}
246246
git clone https://github.com/AcademySoftwareFoundation/xstudio.git
247247
cd xstudio

0 commit comments

Comments
 (0)