An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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'
```