summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: update known OS X failuresTony Theodore2016-05-111-1/+5
|
* add GNU Tar to requirements and specify OS X packagesTony Theodore2016-04-161-3/+7
| | | | | | | needed for `build-pkg.lua`, installed as: - `gtar` on Homebrew - `gnutar` on MacPorts and Rudix so will be selected by `tool` function
* add libuvBoris Nagaev2016-04-121-0/+4
|
* Move section "Related articles" before section "Related projects"Volker Diels-Grabsch2016-04-121-31/+31
|
* Add Krita to the list of projects that use MXEVolker Diels-Grabsch2016-04-121-0/+3
|
* Link to blog article "Cross-compiling Krita using MXE"Volker Diels-Grabsch2016-04-121-0/+6
|
* Remove obsolete article linkVolker Diels-Grabsch2016-04-121-5/+0
| | | | | That page no longer exists and already was replaced with a redirect to MXE anyway.
* add package libsoupPavel Vatagin2016-04-091-0/+4
|
* add package googletest and update protobufPavel Vatagin2016-04-071-1/+5
|
* add pkgconfig to the requirements on OSXBoris Nagaev2016-04-061-1/+1
| | | | close #1281
* add package qtsparklePavel Vatagin2016-03-211-0/+4
|
* new package: qtofficeopenxmlMark Brand2016-03-191-0/+4
|
* qtwebkit: restore packageMark Brand2016-03-191-0/+4
| | | | | The Qt project decided to publish the qtwebkit tarball as a "community release".
* index.html: fix sortingMark Brand2016-03-171-2/+2
|
* upgrade to Qt 5.6.0Mark Brand2016-03-161-3/+7
| | | | | | | | | | removed modules: qtquick1 qtwebkit new modules: qtquickcontrols2 qtwebview
* remove xine-libBoris Nagaev2016-03-081-4/+0
|
* Add package 'coda'.Thomas Danckaert2016-03-071-0/+4
| | | | | | | | | | https://stcorp.nl/coda "The Common Data Access toolbox (CODA) provides a set of interfaces for reading remote sensing data from earth observation data files. These interfaces consist of command line applications, libraries, interfaces to scientific applications (such as IDL and MATLAB), and interfaces to programming languages (such as C, Fortran, Python, and Java)."
* new package subversionMartin Gerhardy2016-03-041-0/+4
|
* remove libdcaBoris Nagaev2016-02-291-4/+0
| | | | | fix #1240 fix #1239
* Add librosco 0.1.11Colin Bourassa2016-02-131-0/+4
|
* add package sparsehashPavel Vatagin2016-02-071-0/+4
|
* Added package gst-plugins-uglyDennis Brentjes2016-02-011-2/+6
|
* Added package gst-plugins badDennis Brentjes2016-02-011-0/+4
|
* new package: liblsmashdarealshinji2016-02-011-0/+4
|
* add package libechonestPavel Vatagin2016-02-011-0/+4
|
* docs: link to build-matrix.html and note libgomp and pthreads availabilityTony Theodore2016-01-121-3/+8
|
* doc update: ocaml now builds on OSXTony Theodore2016-01-111-6/+1
|
* Merge pull request #1131 from s09bQ5/libieee1284Boris Nagaev2016-01-071-0/+4
|\ | | | | new package: libieee1284
| * new package: libieee1284Daniel Glöckner2016-01-041-0/+4
| |
* | Merge pull request #1129 from LuaAndC/wafTimothy Gu2016-01-071-0/+4
|\ \ | | | | | | [WIP] add package waf and use it from jack and aubio
| * | add package wafBoris Nagaev2016-01-031-0/+4
| | |
* | | Merge pull request #1130 from LuaAndC/apt-docsTony Theodore2016-01-061-2/+27
|\ \ \ | |_|/ |/| | add links to pkg.mxe.cc and battleship to index.html
| * | add Battleship to "Introduction" and "Used by"Boris Nagaev2016-01-051-1/+9
| | |
| * | add a link to pkg.mxe.cc to index.htmlBoris Nagaev2016-01-031-1/+18
| |/ | | | | | | See https://github.com/mxe/mxe/issues/911#issuecomment-146791434
* | add EiskaltDC++ to section "Projects which use MXE"Pavel Vatagin2016-01-031-0/+3
|/
* agg: replace broken site antigrain.com with mirrorBoris Nagaev2015-12-271-1/+1
| | | | fix #1077
* doc updates: fix typo, update package counts, note posix threads supportTony Theodore2015-12-161-10/+10
| | | | see #1066
* add package geoip-databaseBoris Nagaev2015-12-121-0/+4
|
* move TCL/Tk to plugins/tcl.tkTony Theodore2015-12-081-8/+0
|
* add packages TCL/TkRussell Standish2015-12-081-0/+8
|
* freebsd: do not build as rootBoris Nagaev2015-12-051-0/+4
| | | | see #902
* freebsd: install file(1) from portsBoris Nagaev2015-12-051-0/+5
|
* FreeBSD: recommend to use gmake instead of makeBoris Nagaev2015-12-051-0/+3
| | | | | | | | | | | | | | | | | Command `make` on FreeBSD doesn't like MXE's Makefile: make: "/root/mxe2/Makefile" line 10: Cannot open /ext/gmsl make: "/root/mxe2/Makefile" line 59: Need an operator make: "/root/mxe2/Makefile" line 62: Need an operator make: "/root/mxe2/Makefile" line 126: Need an operator make: "/root/mxe2/Makefile" line 130: Need an operator ... $(MAKEFILE_LIST) is empty for `make` on FreeBSD, that is why $(EXT_DIR) is /ext Nevertheless MXE's Makefile seems to use too many features not supported by `make` on FreeBSD. Tool `gmake` is installed.
* freebsd requirements command: add gccBoris Nagaev2015-12-051-1/+1
| | | | gcc is not installed by other packages
* fix broken export command exampleBoris Nagaev2015-12-051-1/+1
| | | | | | | | | $ export PATH = /usr/local/bin:$PATH -bash: export: `=': not a valid identifier -bash: export: `/usr/bin: ....': not a valid identifier $ export PATH=/usr/local/bin:$PATH [no error]
* FreeBSD: use "pkg install" instead of "pkg_add -r"Boris Nagaev2015-12-051-4/+4
| | | | | | | | | | | | | pkg_add was replaced with pkgng. FreeBSD 10.2 doesn't have pkg_add preinstalled, while pkg is available. Some packages were renamed: * glib20 is now glib * perl is now perl5 Read more: https://lists.freebsd.org/pipermail/freebsd-ports/2012-August/077909.html
* Adding new library libsodium.rezahousseini2015-12-051-0/+4
|
* add package openthreads (using openscenegraph source)Rashad Kanavath2015-12-031-0/+4
|
* Merge pull request #1011 from fiesh/masterTony Theodore2015-12-021-0/+4
|\ | | | | add cryptopp (https://www.cryptopp.com/)
| * add cryptopp (https://www.cryptopp.com/)Christoph Weiss2015-12-021-0/+4
| |