Changeset 7892


Ignore:
Timestamp:
2004-08-06T14:37:49+12:00 (20 years ago)
Author:
kjdon
Message:

yay. simple install instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r7891 r7892  
    1818(cvs co gsdl3) (if not already done)
    1919cd gsdl3
    20 source gs3-setup.sh
    21 ./gs3-prepare.sh
    22 ./configure
    23 make
    24 make install
    25 [make docs] (for the javadoc)
    26 ./gs3-finalise.sh
    27 source gs3-setup.sh  (adds all the newly created classes to the classpath)
     20./gs3-install.sh
     21
     22If you change the source and want to compile it again later, you can run make then make install from this directory.
    2823
    2924If you want to compile the test servlet, (useful is you are unsure whether Tomcat is working properly), go to gsdl3/web/WEB-INF/classes, and run 'javac TestServlet.java'.
Note: See TracChangeset for help on using the changeset viewer.