Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romange/beeri
An efficient and simple c++ environment for rapid development
https://github.com/romange/beeri
Last synced: 24 days ago
JSON representation
An efficient and simple c++ environment for rapid development
- Host: GitHub
- URL: https://github.com/romange/beeri
- Owner: romange
- License: bsd-2-clause
- Created: 2014-03-14T20:44:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T12:05:32.000Z (over 9 years ago)
- Last Synced: 2023-08-17T09:09:01.539Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
beeri
=====Beeri is a set of libraries and c++ environment that allows you efficient and rapid development
in c++ 11 on linux systems. More exactly on Ubuntu.
The focus is mostly for backend development, data processing etc.I will gradually add explanations for most crucial blocks in this library.
For now, in order to build it, you need to install the following prerequisites:```
sudo apt-get -y install g++ automake libevent-dev cmake libbz2-dev libs3-dev bisonc++ flexc++
sudo apt-get -y install libbz2-dev libcurl4-gnutls-dev
```To build run `./blaze.sh`
ex: https://goo.gl/IulwNm