diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-10-26 01:23:22 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-10-26 01:23:22 +0000 |
commit | a093d01e6a9b3dd8974a6a6d26706ed73a9c6217 (patch) | |
tree | 8fe297e94914dfcf1cc89f0d7f1ea9cc8f296767 /dependencies.txt | |
parent | eb7211bb8d199b60d1e15cc84e16e08f1e8c0f23 (diff) |
some small changes to the script engine unit test and the documentation
git-svn-id: file:///var/local/svn/basicwriter@80 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'dependencies.txt')
-rw-r--r-- | dependencies.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dependencies.txt b/dependencies.txt index d77be63..4fcc181 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -4,7 +4,12 @@ Hard dependencies The following packages have to be installed (for Fedora) - cmake -- mozjs24-devel +- mozjs24-devel (for the mandatory mozjs plugin) + +Test dependencies +================= + +Tests are based on the gtest library. Run the ./lib/download_dependencies.sh script to fetch this dependency. Documentation ============= @@ -25,7 +30,7 @@ http://llvm.org/releases/download.html use the "clang-format" program in the bin/ directory. The following gedit tool can be used for automated code formating: -(Active "External Tools" plugin, add the following lines to ./config/gedit/tools/, without indentation) +(Activate the "External Tools" plugin, add the following lines to .config/gedit/tools/clang-format, without indentation) #!/bin/sh # [Gedit Tool] |