Reporting issuesΒΆ
Please report all problems and bugs directly at the bitbucket issue page https://bitbucket.org/Parcollet/ctseg/issues. In order to make it easier for us to solve the issue please follow these guidelines:
- In all cases specify which version of the application you are using. You can
find the version number in the file
README.txt
at the root of the application sources. - If you have a problem during the installation, give us information about
your operating system and the compiler you are using. Include the outputs of
the
cmake
andmake
commands as well as theCMakeCache.txt
file which is in the build directory. Please include these outputs in a gist file referenced in the issue. - If you are experiencing a problem during the execution of the application, provide a script which allows to quickly reproduce the problem.
Thanks!