User Tools

Site Tools


proton:linux_setup

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
Next revisionBoth sides next revision
proton:linux_setup [2018/07/28 09:13] – [Compiling and running RTBareBones] sethproton:linux_setup [2023/06/08 07:42] – [Grabbing Proton SDK] seth
Line 10: Line 10:
  
 <code bash> <code bash>
 +sudo apt install git
 cd ~ cd ~
 git clone https://github.com/SethRobinson/proton.git git clone https://github.com/SethRobinson/proton.git
Line 101: Line 102:
  
 ==== Command line arguments ==== ==== Command line arguments ====
 +
 +**Note 7/28/2018:**  I don't think any of this applies anymore since I switched the linux builds to use the normal SDL/SDL2Main.cpp file as a base? -Seth
  
 The Linux versions of the examples accept a few command line arguments. You can choose the video mode and emulated environment (e.g. iOS, Android,...) from a predefined set of presets. You can get a list of the available modes by running any of the examples with option ''-l''. The Linux versions of the examples accept a few command line arguments. You can choose the video mode and emulated environment (e.g. iOS, Android,...) from a predefined set of presets. You can get a list of the available modes by running any of the examples with option ''-l''.
  
 <code bash> <code bash>
-[user@localhost]$ ./rtsimpleapp -l+[user@localhost]$ ./RTSimpleApp -l
 Available video modes: Available video modes:
  
Line 122: Line 125:
  
 <code bash> <code bash>
-./rtsimpleapp "iPad Landscape"+./RTSimpleApp "iPad Landscape"
 </code> </code>
  
proton/linux_setup.txt · Last modified: 2023/06/08 13:21 by seth