-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bootstrapping, CI files for macOS
- Loading branch information
1 parent
f0042c5
commit c13e0c1
Showing
4 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# | ||
# sudo ./script/bootstrap-on-macOS-using-MacPorts.sh | ||
# | ||
# Copyright (C) 2024 Stephen G. Tuggy, David Wales, | ||
# Copyright (C) 2024-2025 Stephen G. Tuggy, David Wales, | ||
# and other Vega Strike contributors | ||
# | ||
# This file is part of Vega Strike. | ||
|
@@ -26,8 +26,12 @@ | |
|
||
set -e | ||
|
||
port install python312 [email protected].0_10+cmake_scripts+no_single+no_static+python312 glib2 gtk3 gtkglext libsdl2 libGLU freeglut xorg-server openal-soft cmake expat libjpeg-turbo libpng libvorbis ninja | ||
port install python312 [email protected].0_12+cmake_scripts+no_single+no_static+python312 glib2 +quartz libepoxy +quartz gtk3 +quartz libsdl2 libGLU freeglut openal-soft cmake expat libjpeg-turbo libpng libvorbis ninja | ||
|
||
export CMAKE_PREFIX_PATH="/opt/local/" | ||
|
||
echo "CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH" | ||
|
||
# Keep these lines! Otherwise you will likely get PFNGL... not found errors. | ||
ln -s "$CMAKE_PREFIX_PATH/include/GL" "$CMAKE_PREFIX_PATH/include/OpenGL" | ||
ln -s "$CMAKE_PREFIX_PATH/include/GL" "$CMAKE_PREFIX_PATH/include/GLUT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters