[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Next revision
Previous revision
howtos:emulators:pcsx2 [2015/03/10 20:56 (UTC)] – created tonberryhowtos:emulators:pcsx2 [2015/09/14 12:24 (UTC)] (current) – typo tonberry
Line 30: Line 30:
  
 ==== wxWidgets ==== ==== wxWidgets ====
-It's library for creating GUIs. I prefer no to mix libraries I compile myself with the rest of the system, hence the --prefix. The --enable-unicode option is necssary; PCSX2 requires unicode version of wxWidgets.+It's library for creating GUIs. I prefer no to mix libraries I compile myself with the rest of the system, hence the --prefix. The --enable-unicode option is necessary; PCSX2 requires unicode version of wxWidgets.
  
 <code> <code>
Line 89: Line 89:
  
 ===== Final steps ===== ===== Final steps =====
-  * Libraries are compiled but in non-standard locations (unless did not touch --prefix), linker needs to be told where look for them. Use LD_LIBRARY_PATH enviroment variable to do that (you can also add this command to your ~/.bashrc):+  * Libraries are compiled but in non-standard locations (unless you did not touch --prefix), linker needs to be told where to look for them. Use LD_LIBRARY_PATH enviroment variable to do that (you can also add this command to your ~/.bashrc):
  
 <code> <code>
 howtos:emulators:pcsx2 ()