Svg-edit development environment setup: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
m (Paulproteus moved page D3 development environment setup to Svg-edit development environment setup: I meant svg-edit)
imported>Paulproteus
No edit summary
 
Line 1: Line 1:
To get the latest version of the d3 app on your computer, you must have '''subversion''', a version control system available for free for Mac, Windows, Linux, and more.
To get the latest version of the svg-edit app on your computer, you must have '''subversion''', a version control system available for free for Mac, Windows, Linux, and more.


(FIXME: Link to sane "how to get svn" instructions for each of the above platforms.)
(FIXME: Link to sane "how to get svn" instructions for each of the above platforms.)


== To download and run the latest
== To download and run the latest version of the code ==

<pre>
$ svn checkout http://svg-edit.googlecode.com/svn/trunk/ svg-edit-read-only
$ cd svg-edit-read-only
</pre>

Look within the svg-edit-read-only-folder, and notice two important things:

* The Javascript of the svg-edit app is stored in editor/
* In that folder there is also '''editor/svg-editor.html''' which you can open in a web browser. This is the actual SVG Editor.

Latest revision as of 07:17, 21 October 2013

To get the latest version of the svg-edit app on your computer, you must have subversion, a version control system available for free for Mac, Windows, Linux, and more.

(FIXME: Link to sane "how to get svn" instructions for each of the above platforms.)

To download and run the latest version of the code

$ svn checkout http://svg-edit.googlecode.com/svn/trunk/ svg-edit-read-only
$ cd svg-edit-read-only

Look within the svg-edit-read-only-folder, and notice two important things:

  • The Javascript of the svg-edit app is stored in editor/
  • In that folder there is also editor/svg-editor.html which you can open in a web browser. This is the actual SVG Editor.