How to build for ubuntu
How do you build the Soundconverter .deb file from the git source for ubuntu/debian?
Thanks.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- sezanzeb
- Solved:
- 2019-05-10
- Last query:
- 2019-05-10
- Last reply:
sezanzeb (sezanzeb) said : | #1 |
Until this information is available I'm not able to contribute anymore since I switched from Manjaro to Ubuntu.
sezanzeb (sezanzeb) said : | #2 |
sudo make install gives me:
Making install in bin
make[1]: Entering directory '/mnt/data/
make[2]: Entering directory '/mnt/data/
/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/
make[1]: *** [Makefile:409: install-am] Error 2
make[1]: Leaving directory '/mnt/data/
make: *** [Makefile:384: install-recursive] Error 1
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