summaryrefslogtreecommitdiff
path: root/Docs/env.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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