Dann habwe ich das musescore archiv ausgepakt, und folgendes im README gefunden:
Code: Alles auswählen
Installation:
- unpack source distribution
tar xvofz mscore-x.x.x.tar.gz
- configure
(this only works if you are starting the next commands from X
graphical user interface)
cd mscore-x.x.x
export QTDIR={path to your qt4 installation}
configure --prefix=/usr
(if configure does not find the qt libraries you can enter something
like: configure --with-qt-prefix=/usr/lib/qt3
which is reported to work with Mandrake)
If you use gcc 3.4 compilation time can be reduced by a
factor of three by using precompiled headers. For this
configure with
...
Code: Alles auswählen
demudi:/dtn/mus/soft/mukmidi# tar xvofz mscore-0.2.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.
demudi:/dtn/mus/soft/mukmidi# cd mscore-0.2
demudi:/dtn/mus/soft/mukmidi/mscore-0.2# configure
bash: configure: command not found
demudi:/dtn/mus/soft/mukmidi/mscore-0.2# dir
aclocal.m4 config.sub doc m4 mscore share
AUTHORS configure Doxyfile.in Makefile.am mscore.nsi TODO
autogen.sh configure.ac fonts Makefile.in mscore.pro xpm
ChangeLog COPYING INSTALL MANUAL NEWS
common.am demos install-sh missing README
config.guess depcomp ltmain.sh mkinstalldirs README.translate
demudi:/dtn/mus/soft/mukmidi/mscore-0.2# find / -name qt4
/usr/share/qt4
/usr/lib/qt4
demudi:/dtn/mus/soft/mukmidi/mscore-0.2# export QTDIR=/usr/lib/qt4
demudi:/dtn/mus/soft/mukmidi/mscore-0.2#
demudi:/dtn/mus/soft/mukmidi/mscore-0.2#
demudi:/dtn/mus/soft/mukmidi/mscore-0.2# configure --prefix=/usr
bash: configure: command not found
Allerdings wußte ich schon damit nichts anzufangen
Code: Alles auswählen
this only works if you are starting the next commands from X
graphical user interface
Nutzlos zu sagen, dass ich bisher noch nie ein paket gebaut habe. Habe wirklich keinen plan, bissl unterstützung wäre echt sehr notwendig...