hq9000/amsynth

write a doc on setting up build

Opened this issue · 1 comments

write a doc on setting up build
root@468870f5192d:/workspaces/amsynth# history
    1  whoami
    2  top
    3  ls
    4  gcc -v
    5  python -v
    6  apt-get install gcc
    7  apt-get update
    8  cat /etc/debian_version 
    9  apt-get install gcc
   10  ls
   11  sh autogen.sh 
   12  apt-get install autoconf autogen
   13  sh autogen.sh 
   14  ls
   15  cd m4/
   16  ls
   17  ls -la
   18  git --version
   19  ls -la
   20  apt-get install intltool
   21  sh autogen.sh 
   22  cd ..
   23  ls
   24  cd m4/
   25  ls
   26  ls -la
   27  cd ..
   28  sh autogen.sh 
   29  sudo apt-get install build-essential libtool
   30  apt-get install build-essential libtool
   31  sh autogen.sh 
   32  sudo apt-get install pkg-config
   33  apt-get install pkg-config
   34  sh autogen.sh 
   35  ./configure CFLAGS='-g -O0'
   36  apt-get install autoconf-archive
   37  sh autogen.sh 
   38  ./configure CFLAGS='-g -O0'
   39  apt-get install gtk2.0
   40* 
   41  ./configure CFLAGS='-g -O0'
   42  make
   43  whoami
   44  ./configure CFLAGS='-g -O0'
   45  make

Dockerfile

FROM ubuntu:18.04

install git