Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ src/goto-analyzer/taint_driver_scripts/.idea/*
/*.idea
/*.includes
# Eclipse
src/.cproject
src/.project
src/.settings/*
.cproject
.project
.settings
# Visual Studio
Debug/*
Release/*
Expand Down
7 changes: 7 additions & 0 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,13 @@ To work with Eclipse, do the following:
5. Click "Finish"
6. Select Project -> Build All

You can also select the repository's root folder as the "Existing Code
Location". This has the advantage that you can build both CBMC and JBMC without
the need to integrate JBMC as a separate project. Be aware that you need to
change the build location (Select project in Eclipse -> Properties -> C/C++
Build) to one of the src directories.


# OPTIONS AND VARIABLES

## Compiling with CUDD
Expand Down