Skip to content
ivmartel edited this page Aug 23, 2016 · 17 revisions

These are instructions to install and run the CSnake tool.

Prerequisites

In order to run CSnake you will need to have installed:

  • Python version 2.7 (download 2.7.6)
  • CMake version 2.8 (download)
  • A compiler (supposing that you want to use CSnake to configure some code!): CSnake mainly supports Microsoft Visual Studio and Unix Makefiles.

Windows

A Microsoft Windows installer for CSnake is available. You can download it from the releases page, double click on it and follow the instructions. This will install CSnake on your machine. You can then run it from the start menu.

A 'CSnake' shortcut should be available in the 'start' menu. Otherwise, locate the installation folder and run the 'csnGUI.exe' file.

An 'Uninstall CSnake' shortcut should be available in the 'start' menu. Otherwise, locate the installation folder and run the 'uninstall.exe' file.

Local information is stored in the user's folder under '.csnake'.

Extra files

When first run, CSnake will create a .csnake folder in the user folder. This folder contains:

  • options: CSnake options containing the last opened contexts,
  • log.txt: the CSnake log file (its configuration is in resources/logging.conf),
  • errors.txt: the errors created by external tools like when launching CMake.

Note

To run from source, check out the Developer steps.

wxPython (used for development) blocks us from using a version of python superior to 2.7 and does not seem to anticipate the update for now (see wxpython TentativeRoadmap and ProjectPhoenix/Python2to3Issues) [as of 01/01/2016].

Clone this wiki locally