

- Activetcl for linux with python install#
- Activetcl for linux with python download#
- Activetcl for linux with python free#
Set it like this:Įxport SOAR_HOME =$HOME / SoarSuite / out For example, SpawnDebugger uses it to find SoarDebugger.jar. If it does not, you need to build the headers target with SCons.Ĭertain functions in the kernel may also use the SOAR_HOME environment variable to find binaries. Please make sure that the include directory actually exists. Specify the headers location by setting the CPATH environment variable:Įxport CPATH =$HOME / SoarSuite / out /include :$CPATH The exact path depends on where you put the Soar distribution. If this should occur, specify the library location by setting the LD_LIBRARY_PATH environment variable:Įxport LD_LIBRARY_PATH =$HOME / SoarSuite / out :$LD_LIBRARY_PATH Sometimes when building and running a program that uses Soar, your system may have trouble determining the locations of the Soar libraries and header files. (The following assumes that you're using the Bash shell) Here's some more information about what jayatana: If you are on 32-bit Ubuntu and get an error about libxss, try the command:.See the FAQ for common solutions to errors. For more detailed information about the Scons script, see the SCons Script Documentation page. For example, the '-opt' setting will create a faster, optimized build instead of the default debug build. There are also several settings to control how Soar is built. You can build specific components by specifying a different target than 'all'.

Activetcl for linux with python download#
Note: For all of these packages, make sure to download the 64-bit version if you are on a 64-bit machine.Īll of your resulting binaries will be in the /out folder. Needed if you want to build the SWIG Tcl interface and TclSoarLib (a module that adds the Tcl language to the Soar command line.).To check your version, type python -version. Note: Python 2 is required to build Soar Please make sure the installed version is 2.x (where x >= 5), as Python 3 doesn't work.This package installs the development headers that are not included in the default python package. Needed to build the dll for the python SWIG interface.To check your version, run python -version in a terminal. Note: Please make sure the installed version is 2.x (where x >= 5), as Python 3 doesn't work.Python: Required, but should be installed by default in Ubuntu.
Activetcl for linux with python free#
Activetcl for linux with python install#
Sudo apt - get install build -essential swig openjdk - 7 -jdk python -all -dev
