This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:discrete:fall2023:projects:btt0 [2023/08/30 18:51] – [Extract files, read instructions, install needed dependencies] cfoster8 | notes: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, | ====Extract files, read instructions, | ||
- | 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 " |
- | - SDL2 | + | |
- | - TinyXML2 | + | There are dependencies needed for Vircon32 |
- | - SDL2_image | + | |
- | - OpenGL | + | |
- | - LibPNG | + | |
- | - OpenAL | + | |
- | - 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 | ||
+ | < | ||
+ | |||
+ | example: if you run a Linux/Pi you would use | ||
+ | < | ||
+ | |||
+ | *Note " | ||
====Prepare and build (for system/ | ====Prepare and build (for system/ | ||
Replicate section per system/OS you are building for | Replicate section per system/OS you are building for |