https://github.com/olivierbutler/X-RAAS2-xp12
Updated version adding Xp12 full compatiblity
https://github.com/olivierbutler/X-RAAS2-xp12
Last synced: 20 days ago
JSON representation
Updated version adding Xp12 full compatiblity
- Host: GitHub
- URL: https://github.com/olivierbutler/X-RAAS2-xp12
- Owner: olivierbutler
- License: other
- Created: 2023-10-10T04:44:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-07T17:03:19.000Z (4 months ago)
- Last Synced: 2026-03-07T22:49:59.516Z (4 months ago)
- Language: C++
- Homepage:
- Size: 42.2 MB
- Stars: 33
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README-docker.md
- License: COPYING
Awesome Lists containing this project
- awesome-osxp - X-RAAS2 Updated for X-Plane 12
README
# Cross-compile to linux,windows from a mac
## Pre-requisites
- docker for mac
that's it
## Settings
in ```build_xpl.sh``` set the paths of the current project and the libacfutils lib
```
# Set here the correct paths
# docker's internal path /xpl_dev is mapped 1 level up from the current folder
# the libacfutils folder is expected to be at the same level of this projet, if not
# modify docket-compose.yml accordingly.
# Host folders | Internal docker folders
# ---------------------|---------------------
# ../projets/ | /xpl_dev/
# ├── libacfutils/ | ├── libacfutils/
# └── X-RAAS2-xp12/ | └── X-RAAS2-xp12/
PROJECT_PATH='X-RAAS2-xp12'
ACFLIB_PATH='libacfutils'
```