Changes between Version 16 and Version 17 of SVN


Ignore:
Timestamp:
Mar 3, 2007, 12:37:29 AM (17 years ago)
Author:
Brian Klug
Comment:

Building it Yourself

Legend:

Unmodified
Added
Removed
Modified
  • SVN

    v16 v17  
    2020
    2121The nightly is processed for public distribution. As the fixes and features available on nightlies are still under testing and development, it may be used on production systems at your own risk.
     22
     23== Building it Yourself ==
     24
     25If 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
     31That is it!  Now you can load {{{_samples/default.html}}} in your browser.
     32
     33NOTE: 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.
    2234
    2335== Repository Structure ==
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy