Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

srcML/srcUML

Open more actions menu

Repository files navigation

srcUML

  • A tool for efficiently reverse engineering accurate UML class diagrams.

Cloning

  • The project uses srcSAX and srcSAXEventDispatch as submodules. The repo most be cloned with the --recursive option to clone the submodules. The following is an example command:
git clone --recursive https://github.com/srcML/srcUML.git

Build

The project utilizes CMake for building. The following provide examples of how to build. srcuml will be placed in the ./bin directory in all cases.

# in-source build
cmake .
make

# out-of-source build
mkdir srcuml_build
cd srcuml_build
cmake path_to_srcUML_repo
make

# release mode
mkdir srcuml_build
cd srcuml_build
cmake -DCMAKE_BUILD_TYPE=Release path_to_srcUML_repo
make

Note

  • The current build is dependent on srcML 1.0 (not yet publicly released).

About

UML Class diagram reverse engineering tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.