Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
svn checkout http://gforge6.eufus.eu/svn/fc2k
cd fc2k/branches/new_feature
make
source ./setup

1.3.

...

Using installed FC2K release

In case you want to test your actor, and you are not interested in most recent developments inside FC2K, you can always use already installed version of FC2K

Code Block
languagebash
> module avail fc2k
--------------- /gw/modules/itm --------------
fc2k/R3.0.11 fc2k/R3.0.14 fc2k/R3.0.5  fc2k/rc
> module switch fc2k/R3.0.14

In this case, you will run FC2K Testing Framework with a released version of FC2K.

2. Checking out FC2K Testing Framework

...