##Requirements
-
Xcode
You can install it from AppStore.
-
Command Line Tools for Xcode.
You can install it from Xcode's Preferences -> Downloads.
##Step by step installation
-
Create a
.sparsebundle
pseudo-image to install Adobe Photoshop CC on it:mkdir -p ~/Stuff/Adobe cd ~/Stuff/Adobe hdiutil create -size 15g -type SPARSEBUNDLE -nospotlight -volname 'Adobe Photoshop SparseBundle' -fs 'Journaled HFS+' ~/Stuff/Adobe/Adobe_Photoshop_SparseBundle.sparsebundle
-
Mount the newly created image and create a
/Adobe
directory insideopen ~/Stuff/Adobe/Adobe_Photoshop_SparseBundle.sparsebundle mkdir -p /Volumes/Adobe\ Photoshop\ SparseBundle/Adobe
-
Create an extra
/Applications/Adobe
folder on the boot drive (we will trick the installer with this temporary directory.)mkdir -p /Applications/Adobe
-
Get the hack, compile it, and run it
OK, at this point you'll need to edit the
Makefile
and set theCS6_INSTALLER_PATH
variable to point to theInstall.app
directory. The current one tries to find it automatically, but it may fail...cd ~/Stuff/Adobe git clone git://github.com/tzvetkoff/adobe_case_sensitive_volumes.git cd adobe_case_sensitive_volumes make sudo make run
I followed your instructions, but unfortunately it didn't work. However I followed the instructions in the git branch that you mention (the 4 first steps are the same) and it works! Thank for helping.