linux:dev1_2setup
This is an old revision of the document!
Table of Contents
Devuan Setups
These depends on my need when using that particular machine.
- using virtualbox from oracle (just like my slackware setup)
- using texlive (install using tlmgr)
- alternatively, install texlive texlive-latex-extra texlive-science
- install freecad kicad openscad (project stuffs)
- install ntp ntpdate (system management)
Development
- getting OpenGL stuffs (glut):
$ apt install freeglut3-dev - getting sqlite stuffs:
$ apt install sqlite3 libsqlite3-dev - getting glade (will also get gtk library):
$ apt install glade - getting wxwidgets stuffs:
$ apt install lib-wxgtk3.0dev - getting my1imgpro stuffs:
$ apt install libavcodec-dev libavdevice-dev libavformat-dev libswscale-dev - to compile sdcc:
$ apt install bison flex libboost-dev texinfo
Web Server
- Install webserver
$ apt install //apache2//
- default path for web is
/var/www/html - configure
$ cd /etc ; vi apache2/apache2.conf ; cd - >/dev/null
- add ServerName (remove annoying startup message!)
- my my1apisrv code need these for www dir config
Options FollowSymLinks AllowOverride All Require all granted
- Install php
$ apt install php php-cgi libapache2-mod-php php-mysql php-sqlite3
- enable pdo support
cd /etc ; vim php/7.0/apache2/php.ini ; cd - >/dev/null
- create required links in mods-enabled and conf-enabled
- my my1apisrv code need
rewrite - both folders are in
apache2(/etc)
linux/dev1_2setup.1767962643.txt.gz · Last modified: by azman
