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

Building and running DSView on Ubuntu 22.04.1 #526

Open
symdeb opened this issue Aug 28, 2022 · 1 comment
Open

Building and running DSView on Ubuntu 22.04.1 #526

symdeb opened this issue Aug 28, 2022 · 1 comment

Comments

@symdeb
Copy link

symdeb commented Aug 28, 2022

There instructionin the manual refer to an autogern.sh file
There is no autogen.sh file.
it seems the build change to cmake
build instrcution are in the INSTALL fiel though.

There is no qt-default package
remove qt-default from the packages and replace with
qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools

Then run
cmake CMakelists.txt

Then run make
The Linux instruction in the manual should be updated because it's quite confusing now. As the manual is probably the first thing general users will read before going in to reading the sources

Run
make install

Start dview
DSView

@symdeb symdeb changed the title Building DSView on Ubuntu 22.04.1 Building and running DSView on Ubuntu 22.04.1 Aug 28, 2022
@tedy58
Copy link

tedy58 commented Nov 21, 2022

Congrats @symdeb
I confirm that the INSTALL file is outdated for the new DEBIAN11 and UBUNTU 22.04.1 LTS builds.
Really in latest ones doesn't contain qt5-default the last one that it is included was Ubuntu 20.04 LTS.
So I install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools packages as suggested symdeb then run:

cmake CMakelists.txt

It compile with lot of warnings, but finally and Decoders appear after the successive compilation. Before that the Decoder list was empty after compilation.

sudo make install

and then from the command line

DSView or from the buil.dir/./DSView

ruimo added a commit to ruimo/DSView that referenced this issue Dec 24, 2022
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