summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
Commit message (Collapse)AuthorAgeFilesLines
* Missing double-quoteChris Young2012-12-091-3/+3
|
* Set the file comment for the included ARexx scripts as part of the install, ↵Chris Young2012-12-091-0/+4
| | | | as these tend to get lost and don't exist at all in Git.
* Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | give us a progress bar.
* Fix AutoInstallChris Young2012-10-311-26/+3
|
* Run FixFonts at the end of installChris Young2012-10-111-1/+24
|
* fix Installer script for auto-buildsChris Young2012-08-181-11/+39
|
* Use 'user' env-var to determine usernameChris Young2012-03-301-3/+8
| | | | svn path=/trunk/netsurf/; revision=13778
* Update with new pathChris Young2012-03-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=13769
* Add sobjs - libdom and libhubbub stubChris Young2012-03-281-6/+2
| | | | svn path=/trunk/netsurf/; revision=13767
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13281
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
| | | | svn path=/trunk/netsurf/; revision=13274
* Abort if user is <OS4.1 and no static version available.Chris Young2011-09-261-0/+7
| | | | | | Probably needs moving up to before the user has been asked for an install location svn path=/trunk/netsurf/; revision=12895
* Build Cairo version as NetSurf; non-Cairo version as NetSurf-StaticChris Young2011-09-261-3/+3
| | | | | | | Don't bother to build/copy NetSurf-Static for release packages Update .readme to show requirement for AmigaOS 4.1 svn path=/trunk/netsurf/; revision=12893
* Copy a non-iconv.library version of parserutils into the archive in case ↵Chris Young2011-09-061-1/+5
| | | | | | | | anybody wants to save 1MB svn path=/trunk/netsurf/; revision=12764
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* remove zlib updateChris Young2011-06-151-6/+0
| | | | svn path=/trunk/netsurf/; revision=12483
* Update to use official libwebp 0.1Chris Young2011-03-201-2/+0
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Fix copying of iconChris Young2011-02-261-8/+5
| | | | svn path=/trunk/netsurf/; revision=11831
* Create a new FTP launch-handler as well.Chris Young2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11466
* Copy shared libraries tooChris Young2010-12-161-0/+32
| | | | svn path=/trunk/netsurf/; revision=11082
* Fix copy of iconChris Young2010-11-201-3/+12
| | | | svn path=/trunk/netsurf/; revision=10946
* Tweak package, use newer libsslChris Young2010-11-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=10941
* Add libvpx.so.0.9.5Chris Young2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10938
* Remove libhpdf.so (as pdf export disabled currently) and libvpx.so (as we ↵Chris Young2010-11-021-1/+1
| | | | | | | | | have to static link due to unspecified problems). Clear up the commented-out list of shared objects. svn path=/trunk/netsurf/; revision=10934
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+6
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Absolute path for theme locationChris Young2010-08-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=10710
* Fix first time installs in novice mode so the files end up in a directory ↵Chris Young2010-07-131-0/+16
| | | | | | | | rather than the root of whichever volume Installer decided to pick. svn path=/trunk/netsurf/; revision=10633
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same ↵Chris Young2010-05-031-1/+1
| | | | | | source tree svn path=/trunk/netsurf/; revision=10544
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-031-1/+1
| | | | | | function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543
* Update 2 SObjs installation (create links for updated libpng and unnecessary ↵Chris Young2010-04-301-7/+35
| | | | | | | | clutter for libz) svn path=/trunk/netsurf/; revision=10537
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-11/+0
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10482
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=10424
* netsurf_init expects a char ***, not a char **Chris Young2010-04-011-4/+4
| | | | | | | | | Change command template so URL is a keyword. This avoids the platform code re-interpreting core options (eg -v as a URL). Move screen open code slightly so "NetSurf ?" shows the template visibly, rather than opening an empty screen and the user not knowing what is happening. svn path=/trunk/netsurf/; revision=10224
* Use OS4.1 Update 1 launch-handler when available. Will fall back to ↵Chris Young2010-01-161-13/+71
| | | | | | | | | OpenURL.library even if URL: is dismounted while NetSurf is running. Installation adds the lines to configure launch-handler to open URLs in NetSurf. svn path=/trunk/netsurf/; revision=9835
* Copy and update SearchEngines fileChris Young2009-12-191-1/+28
| | | | svn path=/trunk/netsurf/; revision=9745
* libsvgtiny is shared object now, tweak percent complete values in install to ↵Chris Young2009-08-241-2/+2
| | | | | | | | | allow this shared object and space for future ones (such as libDOM), without value jumping backwards. svn path=/trunk/netsurf/; revision=9438
* Revert back to creating a new clip region rather than reusing the previous ↵Chris Young2009-08-171-1/+0
| | | | | | | | | one. This fixes the long-standing incremental_reflow problem, as apparently ClearClipRegion can't cope with the frequency of calls it gets with this switched on. svn path=/trunk/netsurf/; revision=9333
* Revert r8804. This is still occuring, on two different XOOPS sites.Chris Young2009-07-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=8807
* Remove setting incremental_reflow off by default. Whatever the cause, the ↵Chris Young2009-07-261-1/+0
| | | | | | | | libcss changes appear to have fixed it. svn path=/trunk/netsurf/; revision=8804
* Switch off incremental reflow by default, as for some reason it started ↵Chris Young2009-07-181-0/+1
| | | | | | | | causing some sites randomly to freeze on load (with objects remaining) a couple of months back. svn path=/trunk/netsurf/; revision=8618
* Set new installs to start on the Workbench screen, this can be changed from ↵Chris Young2009-06-271-15/+1
| | | | | | | | the GUI now and is a bit friendlier than being prompted for a screenmode on first launch. svn path=/trunk/netsurf/; revision=8079
* Don't ask for a screenmode when one is not set unless we actually need it.Chris Young2009-06-201-0/+15
| | | | | | | | Immediately save Options once the user has selected a screenmode. This now makes it possible to ask whether they want NetSurf to run on the Workbench or a new NetSurf screen during installation. svn path=/trunk/netsurf/; revision=7895
* Remove min_font_size settingChris Young2009-05-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=7451
* Minor correctionsChris Young2009-05-041-2/+4
| | | | svn path=/trunk/netsurf/; revision=7391
* Check if shared objects actually copied, and copy them on next startup if ↵Chris Young2009-05-041-0/+65
| | | | | | they didn't. svn path=/trunk/netsurf/; revision=7390
* Post-2.0 release changes: stripped static binary in only 5MBChris Young2009-04-251-12/+21
| | | | | | | | Fix AutoInstall copying NetSurf_Cairo without renaming Fix installing on systems without AISS svn path=/trunk/netsurf/; revision=7315
* More shared objects...Chris Young2009-03-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=7017
* More shared objectsChris Young2009-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6783
* Use Copystore to copy SObjs when install triggered by AmiUpdateChris Young2009-03-141-14/+30
| | | | svn path=/trunk/netsurf/; revision=6782