Re: Building a mysql connector based upon LibreOffice 6.1

2019-01-02 Thread Miklos Vajna
Hi, On Mon, Dec 31, 2018 at 06:27:48AM -0500, Dan Lewis wrote: > Perhaps 5 years ago, I built it based upon LibreOffice 4.0 using the > following commands in a terminal: > > 1)  sudo apt-get install git > 2)  sudo apt-get build-dep libreoffice > 3)  $ git clone git://gerrit.libreoffice.org/core

Building a mysql connector based upon LibreOffice 6.1

2018-12-31 Thread Dan Lewis
Perhaps 5 years ago, I built it based upon LibreOffice 4.0 using the following commands in a terminal: 1)  sudo apt-get install git 2)  sudo apt-get build-dep libreoffice 3)  $ git clone git://gerrit.libreoffice.org/core 4)  cd core 5)  ./autogen.sh 6)  apt-cache search gnome-vfs 7)  sudo apt-ge