How to build for ubuntu

Asked by sezanzeb

How do you build the Soundconverter .deb file from the git source for ubuntu/debian?

Thanks.

Question information

Language:
French Edit question
Status:
Solved
For:
SoundConverter Edit question
Assignee:
No assignee Edit question
Solved by:
sezanzeb
Solved:
Last query:
Last reply:
Revision history for this message
sezanzeb (sezanzeb) said :
#1

Until this information is available I'm not able to contribute anymore since I switched from Manjaro to Ubuntu.

Revision history for this message
sezanzeb (sezanzeb) said :
#2

sudo make install gives me:

Making install in bin
make[1]: Entering directory '/mnt/data/Code/soundconverter/bin'
make[2]: Entering directory '/mnt/data/Code/soundconverter/bin'
 /usr/bin/mkdir -p '/usr/local/bin'
/bin/sh: 4: /usr/bin/mkdir: not found
make[2]: *** [Makefile:323: install-binSCRIPTS] Error 1
make[2]: Leaving directory '/mnt/data/Code/soundconverter/bin'
make[1]: *** [Makefile:409: install-am] Error 2
make[1]: Leaving directory '/mnt/data/Code/soundconverter/bin'
make: *** [Makefile:384: install-recursive] Error 1

Revision history for this message
sezanzeb (sezanzeb) said :
#3

oh I'm an idiot.

switched distributions, but never ran ./autogen.sh again, so my generated makefiles were not compatible. It works now