User Tools

Site Tools


notes:comporg:spring2024:projects:btt0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
notes:comporg:spring2024:projects:btt0 [2024/02/01 03:52] – [Obtain source of latest stable release of Vircon32 emulator] rspringenotes:comporg:spring2024:projects:btt0 [2024/02/01 03:55] (current) – [Obtain source of latest stable release of Vircon32 DevTools] rspringe
Line 61: Line 61:
 ===environment configuration=== ===environment configuration===
  
-Making note of the location of the DevTools and Emulator, you'll want to add those to your path via your .bashrc+Making note of the location of the DevTools and Emulator, you'll want to add those to your $PATH variable via your .bashrc file. 
 + 
 +In this case, DevTools gets installed to ///usr/local/DevTools//, so you will want to open up your .bashrc file: 
 + 
 +<code bash> 
 +vim ~/.bashrc 
 +</code> 
 + 
 +Then, you can add this line to the very end of your file: 
 + 
 +<code bash> 
 +export PATH=$PATH:/usr/local/DevTools 
 +</code>
 ====Obtain source of latest stable release of Vircon32 emulator==== ====Obtain source of latest stable release of Vircon32 emulator====
  
notes/comporg/spring2024/projects/btt0.1706759536.txt.gz · Last modified: 2024/02/01 03:52 by rspringe