Tidy up NS build section.
This commit is contained in:
parent
5e1c19128b
commit
2059787a24
|
@ -50,10 +50,14 @@
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
$ cd netsurf
|
$ cd netsurf
|
||||||
|
|
||||||
|
To build the native front end (the GTK front end on Linux, BSDs, etc) you
|
||||||
|
could do:
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
$ ./nsgtk
|
$ ./nsgtk
|
||||||
|
|
||||||
For the framebuffer front end, you could do:
|
To build the framebuffer front end, you could do:
|
||||||
|
|
||||||
$ make TARGET=framebuffer
|
$ make TARGET=framebuffer
|
||||||
$ ./nsfb
|
$ ./nsfb
|
||||||
|
|
Loading…
Reference in New Issue