plotly / falcon

Free, open-source SQL client for Windows and Mac 🦅

Home Page:https://plot.ly/free-sql-client-download/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Falcon v4.1 in Linux

cppt opened this issue · comments

commented

v4.1 doesn't appear to include either an AppImage or deb file for use within Linux. The tar ball also doesn't appear to include a standard configure file to allow building from source.

Additionally, the instructions for running on server simply redirect to the repo.

Can you provide any guidance on installing within Ubuntu 18.04. Many thanks.

commented

Here's the script I wrote to build an AppImage of v4.1.0 with fresh SQLite3 (window function support): https://gist.github.com/saaj/fe04c16b5d87430dfe97396dc457d154.

Download and extract the linux tar.gz.
Install libgconf2-4 i.e.:
sudo apt -y install libgconf2-4
Execute the falcon-sql-client.
The readme needs Linux instructions!

Repository description needs Linux added to it. 🙏