-
Notifications
You must be signed in to change notification settings - Fork 0
A modern C++ library which offers portable debugging facilities
License
Ethon/Berry
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Requirements to build:
- A reasonably C++11-compliant compiler.
- Boost version 1.42 or newer
- CMake, I guess 2.4 or later will suffice.
Build instructions (Linux):
- If not already done, get search from the git repository:
git clone git://github.com/Ethon/Berry.git Berry
- Change into Berry's directory:
cd Berry
- Create a directory for the build and change into it:
mkdir build && cd build
- Run CMake, optionally enable Python/Tests before:
cmake ..
- Compile and optionally install Berry:
make && sudo make install
- You're done !
About
A modern C++ library which offers portable debugging facilities
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published