User Tools

Site Tools


installing
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Next revision
installing [2018/02/16 15:54] – external edit 127.0.0.1
Line 1: Line 1:
 +====== Installing ======
 +
 +===== Windows =====
 +{{:os_win.png?nolink|Windows}}
 +
 +Download the setup program from the website. In case you have 64-bit system, you might also download 64-bit setup. It will give you more freedom to create larger and more complicated projects.
 +
 +  * [[http://windows.microsoft.com/en-us/windows/32-bit-and-64-bit-windows|Determine 32-bit and 64-bit Windows]]
 +
 +You can always use the latest version of Room Arranger, as the updates are free.
 +
 +=== Process ===
 +
 +Run the installer.
 +
 +=== Folders used ===
 +
 +Projects, samples, user library: ''c:\Users\//username//\Documents\Room Arranger''\\
 +Configuration: ''c:\Users\//username//\AppData\Roaming\Room Arranger''\\
 +Temp data, unpacked projects: ''c:\Users\//username//\AppData\Local\Room Arranger''\\
 +Shared texture libraries: ''c:\ProgramData\Room Arranger\Shared''\\
 +
 +----
 +===== OS X =====
 +{{:os_osx.png?nolink|OS X}}
 +
 +We test the application only with the latest version of OS X, although it might theoretically work on OS X 10.7. Only 64-bit version is provided.
 +
 +=== Process ===
 +
 +  - Open downloaded dmg file.
 +  - Drag the Room Arranger icon to Applications (this will copy all necessary files)
 +  - Eject dmg file in Finder, and delete it (it is no longer needed)
 +
 +In case the systems does not allow to install applications outside of Mac App Store, enable it in Preferences
 +
 +  * [[http://rampagedev.wordpress.com/os-x-tweaks/app-cant-be-opened-because-it-was-not-downloaded-from-the-mac-app-store-fix-2/|Allow opening apps not from Mac App Store]]
 +
 +----
 +===== Linux =====
 +{{:os_lnx.png?nolink|Linux}}
 +
 +The application is compiled and tested on Ubuntu Linux, but it should work on any other distribution as well. **Only 64-bit version is provided.**
 +
 +=== Process ===
 +
 +  - Unpack downloaded tar.gz file
 +  - Open Terminal, and go to directory where you unpacked the file
 +  - Run the install script
 +<code bash>
 +cd rooarr-setup
 +./install.sh
 +</code>
 +
 +The script does not require root privileges and does following:
 +
 +  * moves all binary files into hidden directory ''~/.roomarranger''
 +  * creates subdirectory in your Documents folder for the sample projects
 +  * adds icons to ''~/.local/share/icons/hicolor''
 +  * adds application desktop file in ''~/.local/share/applications'' and on your desktop
 +
 +It uses locations and formats as defined in [[http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html|freedesktop.org]].
  
installing.txt · Last modified: 2023/01/23 14:26 by 127.0.0.1