mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-30 02:03:14 +03:00
Improve explanations a little, provide fallback.
This commit is contained in:
parent
821adc1b0e
commit
6a558b2932
@ -7,32 +7,37 @@
|
||||
|
||||
|
||||
Grab a temporary env.sh
|
||||
==========================
|
||||
--------------------------
|
||||
|
||||
$ wget http://git.netsurf-browser.org/netsurf.git/plain/Docs/env.sh
|
||||
$ source env.sh
|
||||
|
||||
|
||||
Install any packages you need
|
||||
===============================
|
||||
-------------------------------
|
||||
|
||||
Installs all packages required to build NetSurf and the NetSurf project
|
||||
libraries.
|
||||
|
||||
$ ns-apt-get-install
|
||||
|
||||
|
||||
Get the NetSurf project source code
|
||||
=====================================
|
||||
-------------------------------------
|
||||
|
||||
$ ns-clone
|
||||
|
||||
|
||||
Build and install our project libraries
|
||||
=========================================
|
||||
-----------------------------------------
|
||||
|
||||
Updates NetSurf project library sources to latest, builds and installs them.
|
||||
|
||||
$ ns-pull-install
|
||||
|
||||
|
||||
Switch to new NetSurf workspace
|
||||
=================================
|
||||
---------------------------------
|
||||
|
||||
$ rm env.sh
|
||||
$ cd ~/dev-netsurf/workspace
|
||||
@ -40,7 +45,7 @@
|
||||
|
||||
|
||||
Build and run NetSurf
|
||||
=======================
|
||||
-----------------------
|
||||
|
||||
$ cd netsurf
|
||||
$ make
|
||||
@ -51,3 +56,11 @@
|
||||
$ make TARGET=framebuffer
|
||||
$ ./nsfb
|
||||
|
||||
|
||||
Not working?
|
||||
==============
|
||||
|
||||
If the above steps are inapplicable, or don't work, you can build manually.
|
||||
Follow the instructions in the BUILDING-* documents in the Docs/ directory
|
||||
the NetSurf browser source tree.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user