Skip to content

Deployment

athairus edited this page Oct 13, 2015 · 7 revisions

Versions

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

Building

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