File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,19 @@ sudo dnf install qt5 qt5-devel -y
6060sudo dnf install libXmu-devel libXi-devel libGL-devel -y
6161pip 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
7777cd ${TMP_XSTUDIO_BUILD_DIR}
7878wget https://github.com/nigels-com/glew/releases/download/glew-${VER_libGLEW} /glew-${VER_libGLEW} .tgz
@@ -241,7 +241,7 @@ make -j${MAKE_JOBS}
241241sudo make install
242242cd ${TMP_XSTUDIO_BUILD_DIR}
243243
244- # ## xStudio
244+ # #### xStudio
245245cd ${TMP_XSTUDIO_BUILD_DIR}
246246git clone https://github.com/AcademySoftwareFoundation/xstudio.git
247247cd xstudio
You can’t perform that action at this time.
0 commit comments