| Search internet |
Chances are you don't have write access to /usr/share/doc/logiweb/examples/. And even if you had, you would probably not want to compile sources there. Instead, copy everything to a new directory named 'foo' and compile there:
mkdir foo cp /usr/share/doc/logiweb/examples/* foo cd foo gunzip *.gz # if needed lgc base.lgs
Above, the lgc compiler is used for compiling the base.lgs source text.
If you do not want to do the tutorial but just need the base page and all the other pages, you can instead do thus:
cd /usr/share/doc/logiweb/examples/ make
| Search logiweb.eu |