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

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

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