|
You are here |
lapcatsoftware.com | ||
| | | | |
davidgow.net
|
|
| | | | | [AI summary] The article details the process of running the 1999 game Civilization: Call to Power on modern Linux systems. It outlines challenges such as compatibility issues with modern libraries, the need for specific patches to handle threading, and the use of tools like patchelf and custom scripts to make the game functional. The solution involves modifying the game's mutex handling to use gettid() instead of getpid(), removing unnecessary code, and ensuring the game can run with updated dependencies. | |
| | | | |
begriffs.com
|
|
| | | | | How to build, version, and install libraries | |
| | | | |
steipete.com
|
|
| | | | | The new optimized for Mac idiom in Catalyst uses various AppKit controls under the hood to make apps look more at home on macOS. It also disallows various controls, resulting in exceptions at runtime. | |
| | | | |
abstractexpr.com
|
|
| | | Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug... | ||