Page 1 of 1

sleepyhead on Linux

Posted: Fri Mar 17, 2017 4:32 pm
by newUser1
Using Ubuntu 16.04 1
Synaptic let download sleepyhead /0.9.8-3/.
But I cannot find it.
Tried to reinstall in terminal and get: "sleepyhead is already the newest version /0.9.8-3/ "

Unfortunately I am not good with compiling.

Re: sleepyhead on Linux

Posted: Fri Mar 17, 2017 4:36 pm
by palerider
That one is old,

Dpkg -L and the package name will tell you where the files got put. It's probably SleepyHead

There is a newer version on SleepyHead.jedimark.net

Re: sleepyhead on Linux

Posted: Fri Mar 17, 2017 4:46 pm
by newUser1
thanks palerider,
I found it and it seems to be working.
I'll also check jedimark's site

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 7:21 am
by newUser1
tried to build SleepyHead:

I installed libqt5serialport5 , git, qt5-qmake, qt5-default , libqt5webkit5-dev , libqt5serialport5- , g++ , libudev-dev ( as suggested in a previous post).

And I followed jedimarks instructions. But 'qmake ../sleepyhead-code/SleepyHead......' tells me: "Cannot find file: ../sleepyhead-code/SleepyHead........"

Obviously I don't understand all this. I thought that one needs to clone the code.

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 11:19 am
by palerider
newUser1 wrote:tried to build SleepyHead:

I installed libqt5serialport5 , git, qt5-qmake, qt5-default , libqt5webkit5-dev , libqt5serialport5- , g++ , libudev-dev ( as suggested in a previous post).

And I followed jedimarks instructions. But 'qmake ../sleepyhead-code/SleepyHead......' tells me: "Cannot find file: ../sleepyhead-code/SleepyHead........"

Obviously I don't understand all this. I thought that one needs to clone the code.
if you're going to stick around and post, make an account.

I'll need more about what you've done (no .....) to be able to see what went wrong.

multiple people here are using self compiled sleepyhead on linux.

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 1:47 pm
by bering3
palerider wrote:
I'll need more about what you've done (no .....) to be able to see what went wrong.

.
As said, I installed libqt5serialport5 , git, qt5-qmake, qt5-default , libqt5webkit5-dev , libqt5serialport5- , g++ , libudev-dev ( as suggested in a previous post).
And I followed the instructions:
- cd ..
- mkdir build_sleepyhead
- cd build_sleepyhead
- qmake ../sleepyhead-code/SleepyHeadQT.pro

But qmake gave "Cannot find file: ../sleepyhead-code/SleepyHeadQT.pro."

Did not make it to 'make'
Thanks

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 2:18 pm
by palerider
bering3 wrote: - cd ..
- mkdir build_sleepyhead
- cd build_sleepyhead
- qmake ../sleepyhead-code/SleepyHeadQT.pro

But qmake gave "Cannot find file: ../sleepyhead-code/SleepyHeadQT.pro."
what's in your sleepyhead-code directory?

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 3:21 pm
by Woody
According to this page it may only work with Ubuntu 15.04 .



https://sleepyhead.jedimark.net/

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 3:34 pm
by bering3
palerider wrote:
what's in your sleepyhead-code directory?
I think that this is the problem!

I don't have a 'sleepyhead-code directory' .

Where can I download one?

Thanks

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 4:32 pm
by palerider
Woody wrote:According to this page it may only work with Ubuntu 15.04 .https://sleepyhead.jedimark.net/
it's just compiled on 15.04.

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 4:36 pm
by palerider
bering3 wrote:
palerider wrote:
what's in your sleepyhead-code directory?
I think that this is the problem!

I don't have a 'sleepyhead-code directory' .

Where can I download one?
well, ok, that's a fault in the instructions, assuming the person knows more than they might do.

apt-get install git
git clone https://gitlab.com/sleepyhead/sleepyhead-code.git

do that in the directory that you made the build_sleepyhead directory in.

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 4:45 pm
by bering3
palerider wrote:

what's in your sleepyhead-code directory?

Folder has: 3rdparty history nnosetup sleepyhead tranlations bundle3rdparty configure copying doxyfile readme sleepyheadqt.pro version.sh

Re: sleepyhead on Linux

Posted: Sat Mar 18, 2017 5:21 pm
by palerider
bering3 wrote:
palerider wrote:

what's in your sleepyhead-code directory?

Folder has: 3rdparty history nnosetup sleepyhead tranlations bundle3rdparty configure copying doxyfile readme sleepyheadqt.pro version.sh
so, now, go try the qmake step.

Re: sleepyhead on Linux

Posted: Sun Mar 19, 2017 8:03 am
by bering3
This worked very well.
Thank You very much!