summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | Add package json-glibAndre Heinecke2015-12-011-0/+4
| |
* | add package libid3tagPavel Vatagin2015-12-011-0/+4
| |
* | add package miniupnpcMyckel Habets2015-12-011-0/+4
| |
* | Merge pull request #1014 from tonytheodore/cmakeTony Theodore2015-11-301-30/+30
|\ \ | | | | | | Build native version of cmake
| * | Build native version of cmakeTony Theodore2015-11-271-30/+30
| |/ | | | | | | | | | | * install in MXE native path so only visible to MXE sessions and wrapper scripts * remove from requirements * no MXE patches or pkg updates yet
* | Add cpp-netlibChristian Stewart2015-11-301-0/+4
| |
* | docs: update homebrew notesTony Theodore2015-11-271-2/+4
|/ | | | fixes #1010
* docs: add instructions for homebrewTony Theodore2015-11-261-0/+15
|
* remove optional native pkgs and build-requirements targetTony Theodore2015-11-261-55/+26
|
* add package muparserxTony Theodore2015-11-211-1/+5
|
* Add Coin3D 3.1.3 (https://bitbucket.org/Coin3D/coin/wiki/Home)Christoph Weiss2015-11-181-0/+4
|
* Merge pull request #965 from LuaAndC/downgrade-gcc-to-4-9Tony Theodore2015-11-171-0/+4
|\ | | | | Downgrade gcc to 4.9
| * add package cloogBoris Nagaev2015-11-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was removed as a part of da82d07dbeca23087aa4351914cf4b890c1d3972 File src/cloog.mk differs from its copy before da82d07dbec [1] * sha1 -> sha256 * toolchain reorg reapplied: * $(PKG)_TARGETS * $(PKG)_DEPS_$(BUILD) * define $(PKG)_BUILD -> define $(PKG)_BUILD_$(BUILD) * $(MXE_CONFIGURE_OPTS) [1] https://raw.githubusercontent.com/mxe/mxe/6947d3245f9c76d9124a4c4f3c164154a75f3f62/src/cloog.mk
* | update requirement versionsTony Theodore2015-11-161-4/+8
| | | | | | | | fixes #978
* | Merge pull request #977 from LuaAndC/nonetworkTony Theodore2015-11-141-1/+23
|\ \ | | | | | | disable networking with LD_PRELOAD when build
| * | new package howto: add not-to-do rulesBoris Nagaev2015-11-101-0/+22
| | |
| * | index.html: add a dot at the end of the sentenceBoris Nagaev2015-11-101-1/+1
| |/
* | gdk-pixbuf2-devel not gdk-pixbuf-develgcoco2015-11-111-1/+1
|/ | | This is to provide gdk-pixbuf-csource.
* index.html: fix indentation for package uclBoris Nagaev2015-11-101-2/+2
|
* add package upxBoris Nagaev2015-11-101-0/+4
|
* add package lzmaBoris Nagaev2015-11-101-0/+4
|
* add package uclBoris Nagaev2015-11-091-0/+4
|
* Adding Cataclysm: Dark Days Ahead in the list of projects who use MXERémy Roy2015-11-081-0/+3
|
* gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgompTony Theodore2015-10-311-8/+0
| | | | | | | | | * fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg mingw-w64 installs dummy headers if winpthreads isn't built * enables libgomp to avoid double-build (see #331) * no change in openmp-validation (still 20 failures - taken with a grain of salt as the batch file test runner isn't a reliable perl substitute) * pthreads virtual package kept for future testing
* remove gcc-* virtual packagesTony Theodore2015-10-251-16/+0
|
* change Wt homepage to http://www.webtoolkit.euBoris Nagaev2015-10-181-1/+1
| | | | witty.sourceforge.net redirects to www.webtoolkit.eu
* Merge branch 'libmysqlclient' of https://github.com/LuaAndC/mxe into ↵Tony Theodore2015-10-051-0/+4
|\ | | | | | | LuaAndC-libmysqlclient
| * add package libmysqlclientBoris Nagaev2015-09-071-0/+4
| | | | | | | | Based on proposal #755
* | new core team member Boris NagaevTony Theodore2015-09-291-0/+1
| |
* | add package libspeexHopper2622015-09-281-0/+4
| |
* | new package: unrtfMark Brand2015-09-271-0/+4
| |
* | add package ossimRashad M2015-09-251-0/+4
| |
* | doc update: change sha1 --> sha256Tony Theodore2015-09-231-1/+1
| |