Updated OSX app bundle script, and updated compile instructions
This commit is contained in:
@@ -46,7 +46,7 @@ Requirements:
|
|||||||
- XCode Development Tools (you only need a subset of these, but it is probably easier to just install all of them)
|
- XCode Development Tools (you only need a subset of these, but it is probably easier to just install all of them)
|
||||||
- MacPorts
|
- MacPorts
|
||||||
- Set /opt/local/etc/macports/variants.conf to include "+no_x11 +quartz"
|
- Set /opt/local/etc/macports/variants.conf to include "+no_x11 +quartz"
|
||||||
- If you want to build for multiple architectures, add +universal to variants.conf
|
- If you want to build for multiple architectures, add +universal to variants.conf. Note that this will increase the size of the final application substantially.
|
||||||
- Set /opt/local/etc/macports/macports.conf key 'universal_archs' to the architectures you wish to build for. Possible values
|
- Set /opt/local/etc/macports/macports.conf key 'universal_archs' to the architectures you wish to build for. Possible values
|
||||||
include "i386 x86_64 ppc ppc64"
|
include "i386 x86_64 ppc ppc64"
|
||||||
- Edit beginning of CMakeLists.txt to enable the same architectures as you added to variants.conf
|
- Edit beginning of CMakeLists.txt to enable the same architectures as you added to variants.conf
|
||||||
|
@@ -48,7 +48,7 @@ if [ -d "${APP}" ]; then
|
|||||||
rm -rf "${APP}"
|
rm -rf "${APP}"
|
||||||
fi
|
fi
|
||||||
echo "Removing any old disk images..."
|
echo "Removing any old disk images..."
|
||||||
rm "${RELEASE}/*.dmg"
|
rm ${RELEASE}/rawtherapee*.dmg
|
||||||
|
|
||||||
echo "Making application directory structure..."
|
echo "Making application directory structure..."
|
||||||
mkdir -p "${RESOURCES}"
|
mkdir -p "${RESOURCES}"
|
||||||
|
Reference in New Issue
Block a user