https://github.com/resmo/xpilot-ng-build
just a quick and dirty xpilot-ng build
https://github.com/resmo/xpilot-ng-build
xpilot xpilot-ng
Last synced: 9 months ago
JSON representation
just a quick and dirty xpilot-ng build
- Host: GitHub
- URL: https://github.com/resmo/xpilot-ng-build
- Owner: resmo
- Created: 2025-09-20T09:01:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T11:34:41.000Z (10 months ago)
- Last Synced: 2025-09-20T11:40:03.355Z (10 months ago)
- Topics: xpilot, xpilot-ng
- Language: Makefile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XPilot-ng Build
Debian does not include a xpilot package anymore, let's build it with help of a container.
## Make Build: tar.gz with binaries
To make a new build, you need `podman` and `make` to be installed!
```
make package
```
## Install existing build
```
make install
```
or download the release from ./dist then run
```
sudo tar xzvf ./dist/xpilot-ng-*.tar.gz -C /usr/local
```
## Install user config
```
make download-user-config
```
## Run a server
```
/usr/local/bin/xpilot-ng-server -map /usr/local/share/xpilot-ng/maps/draemmap2.xp
```
## Run a client:
```
/usr/local/bin/xpilot-ng-server -map /usr/local/share/xpilot-ng/maps/draemmap2.xp
```