Getting Started - Linux: Difference between revisions
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
* When asked for the location of the LDraw Library, use the directory where you unzipped <code>complete.zip</code>. | * When asked for the location of the LDraw Library, use the directory where you unzipped <code>complete.zip</code>. | ||
Linux native editors: | |||
LeoCad: | |||
LDGLite: | |||
Konstruktor: | |||
* The [http://konstruktor.influx.kr/ Konstruktor] editor is also under development and may offer an alternative to LDCad. | * The [http://konstruktor.influx.kr/ Konstruktor] editor is also under development and may offer an alternative to LDCad. | ||
==Step 3: Dive in== | ==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. | 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 [[:Category:Tutorials|on the wiki]] or [http://www.ldraw.org/article/58.html on the main website] for further help. | ||
==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 [http://forums.ldraw.org LDraw.org LDraw Forums], sign up, and ask a large group of users for help. | |||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 05:46, 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'.
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, dpkg).
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:
$ apt-get install wine
- RPM:
$ yum-install wine
- DEB:
- 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 following the usual prompts (LDraw parts library directory location and preferences setup) - Select Wine as the default method to open an executable on your Linux and proceed with the previously mentioned steps.
- Run MLCad by selecting
Note: MLCad runs exceptionally well (Platinum status on the Wine's AppDB scale) provided similar instructions are provided on the MLCad website and that the author of this wiki 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 Wines underlying code base that makes running Windows executables on Linux distributions possible.
- Go to http://www.melkert.net/LDCad and download the Linux version of LDCad
- Unzip the package into the directory of your choice
- Run LDCad
- When asked for the location of the LDraw Library, use the directory where you unzipped
complete.zip
.
Linux native editors:
LeoCad:
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 LDraw Forums, sign up, and ask a large group of users for help.