summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add button to quit by default. Not having it confuses people who run it as ↵Michael Drake2013-02-121-1/+1
| | | | intended on the framebuffer, and it can still be turned off should somone wish to.
* Remove libxmlJohn-Mark Bell2012-11-108-49/+8
|
* update doxygen configVincent Sanders2012-07-241-164/+893
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-07-238-14/+9
|\
| * Update default homepage URL to about:welcome. Make RISC OS front end use ↵Michael Drake2012-07-211-2/+2
| | | | | | | | | | | | | | NETSURF_HOMEPAGE too. Currently only the English welcome page will be fetched. Need to add language negotiation to choose best language option.
| * Remove reference to robuild web page.Michael Drake2012-07-161-6/+1
| |
| * Update docs for Git.Michael Drake2012-07-156-6/+6
| |
* | Updated download links to latest versionsOle Loots2012-07-151-10/+10
|/
* Docs: Tidy LIBRARIES to reflect git transitionDaniel Silverstone2012-07-011-14/+14
|
* make non js builds compileVincent Sanders2012-06-271-1/+2
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* Add libdom to the list of required libraries.François Revel2012-04-171-0/+1
| | | | | | Patch by Paul Waring. svn path=/trunk/netsurf/; revision=13880
* Reference LIBRARIES document from each of the BUILDING-* docs.Michael Drake2012-03-239-80/+15
| | | | svn path=/trunk/netsurf/; revision=13570
* Add document listing NetSurf project libraries needed to build NetSurf.Michael Drake2012-03-231-0/+49
| | | | svn path=/trunk/netsurf/; revision=13566
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+5
| | | | svn path=/trunk/netsurf/; revision=13360
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=13354
* More response tags, updated docs with commandsDaniel Silverstone2011-11-251-12/+104
| | | | svn path=/trunk/netsurf/; revision=13181