Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
lynx:compilers [2021/01/26 23:04] – [Building CC65] Igorlynx:compilers [2023/01/26 06:06] – external edit 127.0.0.1
Line 21: Line 21:
 </code> </code>
  
-Once CC65 is built, the **cc65/bin** directory will contain all of the binaries and **cc65/lib** will contain the Lynx library. To build Lynx code all you need to do is include the **cc65/bin** directory in your **PATH**.+Once CC65 is built, the **cc65/bin** directory will contain all of the binaries and **cc65/lib** will contain the Lynx library. To build Lynx code all you need to do is include the **cc65/bin** directory in your **PATH**. For example... 
 + 
 +<code> 
 +export CC65_HOME=`pwd` 
 +export PATH="$CC65_HOME/bin:$PATH" 
 +</code>
  
 ===== Other Compilers ===== ===== Other Compilers =====