Skip to content

Commit

Permalink
Merge pull request #2 from hroncok/master
Browse files Browse the repository at this point in the history
Installing on Fedora
  • Loading branch information
kintel committed Jan 6, 2013
2 parents 29aa1e3 + 30d5422 commit 9fe5a19
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,21 @@ <h3>Installing on Ubuntu/Kubuntu</h3>
$ sudo apt-get install openscad
</pre>

<h3>Installing on Fedora</h3>

OpenSCAD is available in Fedora 17+ official repositories. So installing OpenSCAD
on Fedora boils down to running the following command:

<pre style="background-color: #aaa; padding:1em; margin-left:4em; margin-right:4em;">
# yum install openscad
</pre>

If you want MCAD library:

<pre style="background-color: #aaa; padding:1em; margin-left:4em; margin-right:4em;">
# yum install openscad-MCAD
</pre>

<h3>Installing on openSUSE</h3>

OpenSCAD is available from the <a href="https://build.opensuse.org/package/show?package=openscad&project=graphics">openSUSE build service</a>.
Expand Down

0 comments on commit 9fe5a19

Please sign in to comment.