zx/README.unix
2018-06-06 12:07:50 +09:00

24 lines
947 B
Plaintext

Unix installation information for ZX
This file contains information about how to install and run ZX on a Unix-type system.
Consult README.md for general information about ZX as a program and as a project.
Current versions of ZX and this file can be found at https://zxq9.com/projects/zomp/
The unix startup script, "install_unix", must be set as executable to be used.
To set the script as executable:
chmod +x install_unix
Then to execute the installer you will need to run the following command:
./install_unix
From a GUI:
If you are using a GUI you will need to do something like right-click the install_unix
file, then select "properties" (or "permissions" or something similar), and change the
file "mode" or "permissions" to include "execution" by the owner of the file (the user
account you are currently using should be the owner of the file). Once the file is set
as executable, run the file (probably by clicking on it).