Skip to content
/ Berry Public

A modern C++ library which offers portable debugging facilities

License

Notifications You must be signed in to change notification settings

Ethon/Berry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published