https://github.com/mxe/mxe-apt
Blank MXE APT to automate deploy
https://github.com/mxe/mxe-apt
Last synced: over 1 year ago
JSON representation
Blank MXE APT to automate deploy
- Host: GitHub
- URL: https://github.com/mxe/mxe-apt
- Owner: mxe
- Created: 2015-12-13T21:32:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T23:29:17.000Z (over 9 years ago)
- Last Synced: 2025-04-17T07:17:37.304Z (over 1 year ago)
- Language: Shell
- Homepage: http://pkg.mxe.cc/
- Size: 11.7 KB
- Stars: 18
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blank MXE APT to automate deploy
How to use.
* Dependencies:
* Install [MXE dependencies](http://mxe.cc/#requirements-debian)
* Install [build-pkg dependencies](https://github.com/mxe/mxe/blob/master/tools/build-pkg.lua)
* Install reprepro
* Build MXE:
```
$ git clone https://github.com/mxe/mxe /usr/lib/mxe
$ cd /usr/lib/mxe
$ lua tools/build-pkg.lua &> build-pkg.log
```
* Deploy:
```
$ git clone https://github.com/mxe/mxe-apt ~/mxe-apt
$ cd ~/mxe-apt
$ ./make-apt.sh /usr/lib/mxe
$ cd ~/www
$ ln -s ~/mxe-apt repos
```