Login  Register

Developing Slackware installation procedure

Posted by catkin on Jun 28, 2011; 3:13am
URL: https://forum.librecad.org/Developing-Slackware-installation-procedure-tp4530576.html

Hello

I would like to develop a LibreCAD installation procedure for Slackware (Slackware64 13.1) but have encountered a qmake problem and do not know enough about qmake to debug it.

Using the Ubuntu 10.10 installation procedure as a basis, I downloaded the git, ran qmake (which generated Makefile and two directories) and ran qmake Makefile which generated the following error:

Makefile:1079: Parse Error ('first: all')

Netsearching suggested this is caused by an error in the .pro file but librecad.pro does not contain anything to generate "first: all" to my unlearned eyes.

What to do?

Incidentally the Ubuntu 10.10 installation procedure has lines run together such as "cd ~  mkdir source  cd source" and there's a typo in "Note: if you have 1t3 and qt4".  EDIT: It also has "cd LibreCAD qmake make" which should (?) be "cd LibreCAD && qmake && qmake Makefile".

Best

Charles