-
Notifications
You must be signed in to change notification settings - Fork 40
Deployment
athairus edited this page Oct 13, 2015
·
7 revisions
Portable mode: Store user data in a folder called userdata
in the same folder as the executable
Installed mode: Store user data in the user's home folder:
- Windows:
C:/Users/<USER>/AppData/Local/Phoenix
- OS X:
~/Library/Application Support/Phoenix
- Linux:
~/.local/share/Phoenix
To copy the portable version of Phoenix into PREFIX:
qmake /path/to/source PREFIX=/path/to/prefix
make
make portable
To copy the installed version of Phoenix into PREFIX:
qmake /path/to/source PREFIX=/path/to/prefix
make
make install
master
Branch
Build Guide (obsolete)