From: Oliver Schmidt
You have two options...
Download the - - current cc65 source code and unzip it to a path of your - choice. Change the current working directory to the 'cc65-master' - subdirectory of that path and enter 'make'. This builds both the - cc65 binaries (located in the 'bin' subdirectory) and the cc65 - libraries. Now cc65 is fully functional without further steps. +
Change the current working directory to a path of your choice and + enter... +
+
+ git clone https://github.com/cc65/cc65.git
+ cd cc65
+ make
+
+
This builds both the cc65 binaries (located in the 'bin' + subdirectory) and the cc65 libraries. Now cc65 is fully functional + without further steps.
If you want to be able to run the cc65 binaries without providing - their path you may additionally enter 'sudo make avail'. This - creates symbolic links to the binaries in '/usr/local/bin'. + their path you may additionally enter sudo make avail. + This creates symbolic links to the binaries in '/usr/local/bin'.