Difference between revisions of "Guide to FS Open on Linux"
From FreeSpace Wiki
m (some little formatting...) |
m (Reflect source code hosting via Git) |
||
(345 intermediate revisions by 23 users not shown) | |||
Line 1: | Line 1: | ||
− | This | + | {{Warning|This guide assumes some fundamental command line knowledge. As a rule of thumb, <b>do not copy & paste commands without fully understanding them</b>, especially as root. With great power comes great responsibility.}} |
+ | <p></p> | ||
+ | *[[Fs2_open_on_Linux/Introduction|Introduction]] | ||
+ | *[[Fs2_open_on_Linux/Quickstart|Quickstart]] | ||
+ | *[[Fs2_open_on_Linux/Preparation|Preparation]] | ||
+ | **[[Fs2_open_on_Linux/Installing Git|Installing Git]] | ||
+ | **[[Fs2_open_on_Linux/Installing the Development Libraries|Installing the Development Libraries]] | ||
+ | *[[Fs2_open_on_Linux/Acquiring the Code|Acquiring the Code]] | ||
+ | *[[Fs2_open_on_Linux/Pre-Compile Configuration|Pre-Compile Configuration]] | ||
+ | **[[Fs2_open_on_Linux/Optimization|Optimization]] | ||
+ | *[[Fs2_open_on_Linux/Compiling|Compiling]] | ||
+ | **[[Fs2_open_on_Linux/Compile Script|Compile Script]] | ||
+ | *[[Fs2_open_on_Linux/Acquiring the Game Data|Acquiring the Game Data]] | ||
+ | **[[Fs2_open_on_Linux/Extracting data from CD|Extracting data from CD]] | ||
+ | ***[[Fs2_open_on_Linux/Installing unshield|Installing unshield]] | ||
+ | ****[[Fs2_open_on_Linux/Data Installation script|Data Installation script]] | ||
+ | *[[Fs2_open_on_Linux/Post-Compile Configuration|Post-Compile Configuration]] | ||
+ | **[[Fs2_open_on_Linux/Graphics Settings|Graphics Settings]] | ||
+ | **[[Fs2_open_on_Linux/StartUp Script|StartUp Script]] | ||
+ | *[[Fs2_open_on_Linux/Troubleshooting|Troubleshooting]] | ||
+ | **[[Fs2_open_on_Linux/Common Compile-time Errors|Common Compile-time Errors]] | ||
+ | ***[[Fs2_open_on_Linux/Novell SuSE and the Dependencies|Novell SuSE and the Dependencies]] | ||
+ | ***[[Fs2_open_on_Linux/SDL: undefined reference to ...|SDL: undefined reference to ...]] | ||
+ | ***[[Fs2_open_on_Linux/Missing -lGLU compile error|Missing -lGLU compile error]] | ||
+ | **[[Fs2_open_on_Linux/Common Runtime Errors|Common Runtime Errors]] | ||
+ | ***[[Fs2_open_on_Linux/ERROR: "Web cursor bitmap not found."|ERROR: "Web cursor bitmap not found."]] | ||
+ | ***[[Fs2_open_on_Linux/I18n and Key mapping problems|I18n and Key mapping problems]] | ||
+ | ***[[Fs2_open_on_Linux/Dedicated X Display|Dedicated X Display]] | ||
+ | ***[[Fs2_open_on_Linux/Joystick Errors|Joystick Errors]] | ||
+ | ***[[Mouse jumping to bottom right corner]] | ||
+ | ***[[Fullscreen issue with multiple monitors]] | ||
− | |||
− | + | ---- | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Fs2_open_on_Linux/Compiling_PCS2|Compiling PCS2]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | [[Category:FreeSpace Open on Linux]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:34, 3 May 2015
Warning: This guide assumes some fundamental command line knowledge. As a rule of thumb, do not copy & paste commands without fully understanding them, especially as root. With great power comes great responsibility.
- Introduction
- Quickstart
- Preparation
- Acquiring the Code
- Pre-Compile Configuration
- Compiling
- Acquiring the Game Data
- Post-Compile Configuration
- Troubleshooting