Guten Abend Forum,
ich hoffe, dies ist das richtige Unterforum für meine Frage, andernfalls bitte ich um Verschiebung … Es geht um Folgendes.
Ich würde gerne das Program ktikz auf meinem OSX 10.6 installieren. Es scheint aber nur eine Linux-Version zu geben. Nun bin ich der Meinung, dass es eigentlich doch trodzem gehen müsste, oder?
Ich bin schon so weit, dass die den tarball runtergeladen habe und auch in der Readme die Anleitung gefunden habe:
Soweit so gut. Ich habe auch verstanden, dass ich in der Konfigurationsdatei – die ich auch gefunden habe …– irgendwelche Pfade ändern muss. Aber an dieser Stelle scheitere ich, weil ich nicht weiß, was ich dort eintragen muss.1. Edit the paths in conf.pri
2. Run the following commands (this will create an executable named qtikz):
mkdir buildqt
cd buildqt
qmake ../qtikz.pro
make
sudo make install
sudo update-mime-database /usr/share/mime
Das steht in der Datei:
Mein naiver Versuch, einfach mal so qmake auszuführen führt zu dieser MeldungCode:# Override the defaults specified in defaults.pri ################################################# # Please do not commit custom modifications to # this file into subversion, as we have to build # a debian package and need sane defaults for # that purpose ################################################# # installation prefix: #PREFIX = $$(HOME)/Applications PREFIX = /usr # install binary here: #BINDIR = $${PREFIX}/bin # install data files (translation files, icons, example files) here: #RESOURCESDIR = $${PREFIX}/share/qtikz # install desktop file here (*nix only): #DESKTOPDIR = $$(HOME)/.local/share/applications DESKTOPDIR = $${PREFIX}/share/applications # install mimetype here: #MIMEDIR = /usr/share/mime/packages # install man page in the man tree located here: #MANDIR = $${PREFIX}/share/man # compile in debug mode: #CONFIG += debug # compile in release mode: CONFIG -= debug CONFIG += release # qmake command: QMAKECOMMAND = qmake-qt4 # lrelease command: LRELEASECOMMAND = lrelease-qt4 # qcollectiongenerator command: #QCOLLECTIONGENERATORCOMMAND = qcollectiongenerator # TikZ documentation default file path: TIKZ_DOCUMENTATION_DEFAULT = "/usr/share/doc/texmf/pgf/pgfmanual.pdf.gz" # Default template editor: #TEMPLATE_EDITOR_DEFAULT = "kwrite"
War also – soweit ich das beurteilen kann – nicht erfolgreich.Code:iTobs-MacBook:ktikz Tobi$ qmake Project MESSAGE: *** QTikZ v0.10 *** Project MESSAGE: Qt version: 4.6.3 Project MESSAGE: The program will be installed in Project MESSAGE: /Applications Project MESSAGE: The resource files will be installed in Project MESSAGE: Contents/Resources Project MESSAGE: Project MESSAGE: If you would like to change these paths, Project MESSAGE: please adjust conf.pri to your needs and rerun qmake. WARNING: Ignored (not found) '/Users/Tobi/Downloads/ktikz/app/qtikz.xcodeproj'
Gibt es für mein Problem eine Lösung? Kann ich Linus-Programme auf dem Mac laufen lassen?Von Fink/MacPorts habe ich schon gehört, aber bisher nie verstanden, was es ist, geschweigedenn, wie es zu bedienen ist bzw. funktioniert und was es macht …
Ich hoffe auf Hilfe und bedanke mich schonmal!
Viele Grüße
Tobi



Lesezeichen