User Tools

Site Tools


notes:discrete:fall2023:projects:btt0

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
notes:discrete:fall2023:projects:btt0 [2023/08/30 18:51] – [Extract files, read instructions, install needed dependencies] cfoster8notes:discrete:fall2023:projects:btt0 [2023/08/30 19:23] (current) – [Extract files, read instructions, install needed dependencies] jgleas15
Line 10: Line 10:
 ====Extract files, read instructions, install needed dependencies==== ====Extract files, read instructions, install needed dependencies====
  
-The dependencies needed for Vircon32 are the following:+After you download vircon 32 open a pi terminal and cd into your respective file location. Access and read over the "Readme" file, cd into either the DevTools or Emulator directory and run <code>mkdir build</code> 
 + 
 +There are dependencies needed for Vircon32 which are the following:
   * SDL2   * SDL2
   * TinyXML2   * TinyXML2
Line 18: Line 20:
   * OpenAL   * OpenAL
   * ALUT / FreeALUT   * ALUT / FreeALUT
 +(make sure to install the dev version!)
 +
 +To download the dependencies use the command
 +    aptitude search [DEPENDENCY]
 +where [DEPENDENCY] is the specific library you're looking for
 +Once you've found the one you want, use
 +    sudo apt install [DEPENDENCY]
 +to install each dependency you find with search
 +
 +Once you have downloaded the necessary dependencies run 
 +<code>cmake -G '[your system] Makefiles ..</code>
 +
 +example: if you run a Linux/Pi you would use 
 +<code>cmake -G 'Unix Makfiles' ..</code>
 +
 + *Note ".." is the parent directory it is being told to use
 +
 ====Prepare and build (for system/OS)==== ====Prepare and build (for system/OS)====
 Replicate section per system/OS you are building for Replicate section per system/OS you are building for
notes/discrete/fall2023/projects/btt0.1693421514.txt.gz · Last modified: 2023/08/30 18:51 by cfoster8