22 | | |
23 | | == Building it Yourself == |
24 | | |
25 | | If you are running under a Unix/Linux environment, you can run the latest code from SVN with the following directions. You will need {{{svn}}} and {{{php}}} on your system to proceed. |
26 | | |
27 | | * Check out FCKeditor from SVN: {{{svn co http://svn.fckeditor.net/FCKeditor/trunk ~/fckeditor}}} |
28 | | * Check out FCKpackager from SVN: {{{svn co http://svn.fckeditor.net/FCKpackager/trunk ~/fckpackager}}} |
29 | | * Run packager: {{{cd ~/fckeditor; php ~/fckpackager/fckpackager.php}}} |
30 | | |
31 | | That is it! Now you can load {{{_samples/default.html}}} in your browser. |
32 | | |
33 | | NOTE: You only need to use these directions if you are working with code from SVN. Official releases of FCKeditor will already have been processed by the packager. |