Documentation/GitCheatSheet - NetSurf Development Wiki http://wiki.netsurf-browser.org/Documentation/GitCheatSheet
Is one of the least obvious, least intuitive distributed revision control systems out there. However it is also very powerful and very fast. Appears to have won the DVCS race for the most part, and as such, NetSurf uses it. Contains an identity. (Actually you can differentiate between the identity of the author of a patch and the person committing it to the repository if you want.) As such, you must teach. Note that if you don't specify. The name/email address will only be local to the. Repository is a p...
Documentation/GettingCoding - NetSurf Development Wiki http://wiki.netsurf-browser.org/Documentation/GettingCoding
Repositories at The NetSurf Gitweb. There are two ways to go. You can use our env.sh. Which will fetch the sources from git and build NetSurf and the libraries with a few commands, or you can set up things manually. Easy way: Using NetSurf's env.sh and QUICK-START. This makes it simple to git clone the sources for NetSurf and the project libraries, build and install them. Follow the steps in our QUICK-START. Less easy: Manual setup. To find libraries and also certain environment variables in order to wor...