summaryrefslogtreecommitdiff
path: root/Docs/env.sh
Commit message (Collapse)AuthorAgeFilesLines
* Spidermonkey isn't needed.Michael Drake2016-02-191-3/+3
|
* Fix env.sh some more [ns-pull] for zshDaniel Silverstone2015-10-251-1/+1
|
* env.sh: Fix Haiku supportAdrien Destugues2015-10-121-4/+4
| | | | | | | | * We need libsvgtiny and nsgenbind * We need to get packages for gcc4 (_x86 suffix) * Use virtual provides for getting the package, for example devel:libpng means "development files for libpng", no matter how it is packaged (currently the package is named libpng16, but this could change again).
* Env: install libssl-dev, default to GTK2.John-Mark Bell2015-02-241-2/+2
|
* Ensure buildsystem is built before everything else.John-Mark Bell2014-12-311-4/+7
|
* do not exit on error from env scriptVincent Sanders2014-12-211-2/+2
|
* Improve env script packe install for freebsdVincent Sanders2014-12-211-11/+22
|
* update env script for freebsd using gmakeVincent Sanders2014-12-201-4/+18
|
* fix BUILD/HOST usage to work with fixed buildsystemVincent Sanders2014-12-191-12/+36
|
* add libnsutils to default conveniance library setupVincent Sanders2014-11-171-7/+13
|
* Fix platform detection; always build tools for HOST.John-Mark Bell2014-11-161-2/+7
|
* Fix up platform detectionJohn-Mark Bell2014-11-161-20/+26
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-7/+7
|
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-141-1/+1
|
* update to install OS packages on mac os x with macportsVincent Sanders2014-10-031-0/+13
|
* fix missing - in gtk3 development package nameVincent Sanders2014-03-211-1/+1
|
* s/apt get/yum/Michael Drake2014-03-161-1/+1
|
* improve handling of os package installtionVincent Sanders2014-03-161-21/+90
|
* env.sh: Add ns-pkgman-install to install Haiku dev packagesFrançois Revol2014-01-291-0/+13
| | | | It is now provided as a specific package.
* env.sh: Use a more portable way of counting online processorsFrançois Revol2014-01-291-1/+1
| | | | | | | | | | | | | getconf _NPROCESSORS_ONLN should be available on Linux, FreeBSD and OSX at least: http://linux.die.net/man/1/getconf https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/getconf.1.html getconf NPROCESSORS_ONLN is BSD variant which Haiku provides. One might want to handle Solaris too some day... cf. https://gist.github.com/jj1bdx/5746298
* Env: also install libhtml-parser-perlJohn-Mark Bell2014-01-051-1/+1
|
* Env: we need libmozjs185. Install it explicitly.John-Mark Bell2014-01-051-1/+1
|
* remove all references to using libMNGVincent Sanders2014-01-041-1/+1
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+1
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* updates for git repo renamesVincent Sanders2013-05-051-2/+9
|
* Improve environment script to extend pkg-config path and libnsfb library targetVincent Sanders2013-04-141-1/+8
|
* Support ZSH and change behaviour for MAKE a littleDaniel Silverstone2013-03-051-8/+23
| | | | | | Adds support for ZSH by shonky means, and also changes ns-make to ns-make-libs, extends the script to count CPUs and use a -jX and adds ns-make to call make with the given args and also the -jX.
* add example environment scriptVincent Sanders2013-03-051-0/+101