Getting Started - Linux: Difference between revisions

From LDraw.org Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


Updating your parts list:
Updating your parts list:
If, for any reason you have decided to alter the original parts database (<code>~/ldraw/parts.lst</code>), Nathanel Titane has made a Linux native 'mklist.exe' equivalent: 'make-list'.
If, for any reason you have decided to alter the original parts directory (<code>~/ldraw/parts.lst</code>), Nathanel Titane has made a Linux native 'mklist.exe' equivalent: 'make-list'.
The make-list utility operates exactly like its Windows counterpart, and generates a 'parts.lst' file that can be either sorted by part number or part description.
The make-list utility operates exactly like its Windows counterpart, and generates a 'parts.lst' file that can be either sorted by part number or part description.
*Download the [https://raw.githubusercontent.com/nathaneltitane/scripts/master/ldraw/make-list make-list] utility (right click: 'Save link as...')
*Download the [https://raw.githubusercontent.com/nathaneltitane/scripts/master/ldraw/make-list make-list] utility (right click: 'Save link as...')

Revision as of 20:16, 12 June 2014

Step 1: Download and Install the LDraw parts Library

Basic Setup (applies to any Linux distribution or operating system - Recommended approach):

  • Download the latest complete.zip from LDraw.org download page.
  • Extract the complete.zip archive in the directory of your choice - your home directory is recommended (~/ldraw/) to avoid any file permission conflict or having to tamper with your system as 'root'.

Tip:
To avoid cluttering your home directory and potentially or mistakenly deleting your LDraw parts database, we suggest making the 'ldraw' directory hidden by appending a period ('.') to the directory name like so: $ mv ldraw .ldraw
Feel free to move the LDraw parts directory to a 'safer' location, such as a separate partition or a different part of your system to prevent any such unwanted changes: the library is portable and any editor, viewer, renderer or utility can be directed to its location on your system.


Updating your parts list: If, for any reason you have decided to alter the original parts directory (~/ldraw/parts.lst), Nathanel Titane has made a Linux native 'mklist.exe' equivalent: 'make-list'. The make-list utility operates exactly like its Windows counterpart, and generates a 'parts.lst' file that can be either sorted by part number or part description.

  • Download the make-list utility (right click: 'Save link as...')
  • Save the utility as 'make-list' to your LDraw parts library directory (~/ldraw/).
  • Run the utility like so: $ ./make-list and follow the prompts.

Note:
Make sure that the file is set as executable before attempting to run it: $ sudo chmod +x make-list
If present, the previous version of the 'parts.lst' file will be backed up.


Installer package approach (applies to any Red Hat or Debian based Linux distribution, provided packages exist and are maintained:

deb:

  • To be determined - Online queries do suggest that a new package for Debian based systems is being created and submitted for approval via the Debian package overview server page

rpm:

  • Download the latest (2013-02) version of the parts library packaged by Eli Carter from the Retractile blog page.
  • Install ldraw_parts-creativecommons-201302-ec4.noarch.rpm using your preferred package manager or command package management tool (yum).

Note:
This method will unpack the parts library under a more conventional system directory (/usr/share/ldraw) that is only modifiable via 'root' access.

Step 2: Install an editor

Hybrid setup - Installing MLCad via Wine:

  • Install Wine via your distribution's package manager or application repository.
    • deb: $ sudo apt-get install wine
    • rpm: $ sudo yum-install wine
  • Download the MLCad archive.
  • Extract the MLCad_V3.40.zip archive in the directory of your choice - your home directory is recommended to avoid any file permission conflict or having to tamper with your system as 'root'.
    • Run MLCad by selecting MLCAD.exe and follow the usual prompts (LDraw parts library directory location and file type registration setup)
    • Select Wine as the default method to open an executable on your system and proceed with the previously mentioned steps.

Note:
MLCad runs exceptionally well (Platinum status on the Wine's AppDB scale) provided similar instructions are provided on the MLCad website.
The author of this Wiki, Nathanel Titane, has been running MLCad as his main LDraw editor on Linux for over 8 years without a single issue.
Any encountered problem, whatever it may be, should be troubleshooted or reported to the Wine developers as they are responsible for maintaining Wine's underlying code base that makes running Windows executables on Linux distributions possible.


Linux native editors:

LeoCad:

Leonardo Zide's LeoCAD is readily available for install for both Debian and Red Hat based distributions. You can install the editor by looking for and installing the leocad package using your preferred package manager or command package management tool (dpkg, yum).

  • Install LeoCAD:
    • deb: $ sudo apt-get install leocad
    • rpm: $ sudo yum-install leocad
  • Run LeoCad and point it to the LDraw parts library:
    • Go to View > Preferences... and set your library directory by either typing it in the field or browsing to it via '...'. Make sure to select the topmost directory (normally 'ldraw') that contains the 'parts' directory.

Note:
LeoCAD can use either a zip file or a regular folder as its parts library directory.
You can start Leocad with a different library setup using: $ leocad -l <library directory path>
LeoCAD also supports setting the library path as a system environment variable like so: $ set LEOCAD_LIB=<library directory path>


LDCad:

  • Go to LDCad's download page
  • Select and download the latest generic archive of the LDCad editor.
  • Extract the archive in the directory of your choice - your home directory is recommended to avoid any file permission conflict or having to tamper with your system as 'root'.
  • Run LDCad, follow the prompts and point it to the LDraw parts library. Make sure to select the topmost directory (normally 'ldraw') that contains the 'parts' directory.

Note:
LDCad assumes you are running on a GTK based or compatible desktop environment such as gnome. Make sure you have installed the required packages and libraries to avoid any issues.


LDGLite:

Konstruktor:

  • The Konstruktor editor is also under development and may offer an alternative to LDCad.

Step 3: Dive in

Learning how to use your new editor or understanding the LDraw file format may be a challenge, but with a little practice you will get the hang of it. Take a look at the tutorials on the wiki or on the main website for further help.

Help

Forums are also a great way to discuss techniques, issues or features of editors or applications used to create or edit your LDraw model files. If you require any further help with any of this content, please visit the LDraw.org Forums, sign up, and ask a large group of users for help.