Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amend the Wiki documentary - install on Debian 11.6 Bullseye #4644

Open
Zweihorn opened this issue Jan 6, 2023 · 3 comments
Open

amend the Wiki documentary - install on Debian 11.6 Bullseye #4644

Zweihorn opened this issue Jan 6, 2023 · 3 comments

Comments

@Zweihorn
Copy link

Zweihorn commented Jan 6, 2023

Details - Amend the Wiki documentary

Just adding some quick compile & install documentary for installing sqlitestudio-3.4.1 on Linux - Debian 11.6 Bullseye

Steps to reproduce

Please find below the documentary amend to reproduce a straight forward quick compile & install for Linux - Debian 11.6 Bullseye (stable) which aims at Wiki amendment to Manual compilation - more detailed description supposedly.

Operating system

Debian 11.6 Bullseye (stable) Linux amd64

SQLiteStudio version

sqlitestudio-3.4.1

Quick compile & install with Debian 11.6 Bullseye

Wiki amendment under the new section 'Quick compile & install with Debian 11.6 Bullseye (stable)' supposedly.
For amendment to you Wiki at Manual compilation - more detailed description at your consideration.

### --- Debian 11.6 Bullseye ---

$ sudo apt install g++

$ sudo apt install qtcreator
$ sudo apt install qtdeclarative5-dev
$ sudo apt install qttools5-dev
$ sudo apt install libqt5svg5-dev

$ sudo apt install libreadline-dev
$ sudo apt install tcl-dev

$ sudo apt install python3-dev
$ sudo apt install libssl-dev

$ mkdir -p /home/user/projects/sqlitestudio

$ cd /home/user/projects/sqlitestudio

$ wget https://github.com/pawelsalawa/sqlitestudio/archive/refs/tags/3.4.1.tar.gz
$ tar xf 3.4.1.tar.gz

$ cd sqlitestudio-3.4.1

$ mkdir -p output/build
$ cd output/build

$ qmake ../../SQLiteStudio3
$ make

$ mkdir Plugins
$ cd Plugins

$ qmake ../../../Plugins "INCLUDEPATH += /usr/include/python3.9"
$ make

$ make install

### done.

NOTE: Was amended to include 'Plugins' make and additional required installs.
Hope this helps.

🌻

@Zweihorn
Copy link
Author

Zweihorn commented Jan 6, 2023

Based on my little experiment in reply the topic Re: How do database files look like in Minetest in the Minetest forum recently.

Furthermore, I have my little role as the new maintainer to the minetest port at MacPorts.

@pawelsalawa
Copy link
Owner

I think you are missing Plugins in this build recipe, aren't you?

qmake ../../Plugins
make

@Zweihorn
Copy link
Author

Zweihorn commented Jan 6, 2023

dzięki twojej pomocy

I think you are missing Plugins in this build recipe, aren't you?

qmake ../../Plugins
make

Hmm, your lucky day apparently today. However, to be correct use qmake ../../../Plugins with three ../ please.

The above script code was amended to include 'Plugins' make and additional required installs.

CAVEAT: I did not do the 'make install' (to be transparent on that) and I have no interest to do that in my VirtualBox Debian dev environment on my Mac.

I would call it a day. Lesson learned.

@pawelsalawa - THX - Keep on the good work with your SQLiteStudio3 tool and propser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants