summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Document the core browser options and clarify Choices location for fbVincent Sanders2014-12-042-6/+249
|
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
|
* 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
|
* fix syntax error in gorce visualisation script .Vincent Sanders2014-11-101-3/+3
|
* Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headersVincent Sanders2014-11-091-1/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-081-2/+0
|
* Add gource visualisation generation scriptVincent Sanders2014-11-061-0/+72
| | | | | | This script can be used to generate gource visualisation mpeg files. The visualisation looks pretty and goes down well at trade shows as a background on the video projector.
* update to install OS packages on mac os x with macportsVincent Sanders2014-10-031-0/+13
|
* version 1.1 of the backing store disc layout using base32 encodedVincent Sanders2014-07-041-9/+19
| | | | filenames to allow for case insensitive filenames.
* Add filesystem based backing storeVincent Sanders2014-05-131-0/+194
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-21/+1
|
* Update for 3.1 releaseChris Young2014-03-291-33/+23
|
* fix missing - in gtk3 development package nameVincent Sanders2014-03-211-1/+1
|
* Remove Docs/BUILDING-Monkey.Michael Drake2014-03-161-104/+0
| | | | | | | Instructions are identical to GTK and Framebuffer, except netsurf is built with the framebuffer target: make TARGET=framebuffer
* Add buildsystem to lib list.Michael Drake2014-03-162-0/+2
|
* Remove some trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Add a couple of tweaks from the Framebuffer doc.Michael Drake2014-03-161-3/+3
|
* Update for the "new" buildsystem.Michael Drake2014-03-161-74/+146
|
* Remove section on installing to /usr/localMichael Drake2014-03-161-8/+0
|
* Strip a bit of trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Update for "new" buildsystem.Michael Drake2014-03-161-48/+116
|
* Tidy up NS build section.Michael Drake2014-03-161-1/+5
|
* Use generic package install command.Michael Drake2014-03-161-5/+7
|
* s/apt get/yum/Michael Drake2014-03-161-1/+1
|
* improve handling of os package installtionVincent Sanders2014-03-161-21/+90
|
* Improve explanations a little, provide fallback.Michael Drake2014-02-271-6/+19
|
* Add quick start guide to using env.shMichael Drake2014-02-261-0/+53
|
* ensure documentation includes c++ and objective c filesVincent Sanders2014-02-031-7/+4
|
* bump the maximum number of nodes in the doxygen documentation and fix a ↵Vincent Sanders2014-01-291-1/+1
| | | | couple of small documentation errors
* 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-047-26/+12
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-042-3/+3
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* Native RO builds have been unsupported for a year, and the doc is out of date.Michael Drake2014-01-041-121/+0
|
* add some dependancies on fedora/rpm systems (closes tracker bug #3610094)Vincent Sanders2013-06-061-3/+5
|
* 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
|
* Add JS doc.Michael Drake2013-04-081-0/+16
|
* 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
|