User Tools

Site Tools


linux:dev1_2setup

This is an old revision of the document!


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

note: Setting up mingw-w64 cross-compiler

Web Server

  • Install webserver
    $ apt install //apache2//
    • default path for web is /var/www/html
    • configure
      $ cd /etc ; vi apache2/apache2.conf
      • 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
linux/dev1_2setup.1767962535.txt.gz · Last modified: by azman