project-street

Top_Secret :P
git clone git://archive.git.mtrnord.blog/MTRNord/project-street.git
Log | Files | Refs | README | LICENSE

README.md (1724B)


      1 # Project Street
      2 
      3 Secret Project (WIP) [![Build Status](https://travis-ci.org/MTRNord/project_street.svg?branch=master)](https://travis-ci.org/MTRNord/project_street)
      4 
      5 ## Getting Started
      6 
      7 These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
      8 
      9 ### Prerequisities
     10 
     11 What things you need to install the software and how to install them
     12 
     13 1. Get an Raspberry Pi with PiCamera
     14 
     15 2. Install some software:
     16 ```
     17 sudo apt-get install libopenvc-dev build-essentials clang automake autoconf make
     18 ```
     19 
     20 ### Installing
     21 
     22 A step by step series of examples that tell you have to get a development enviroment running
     23 
     24 First configure the Project by running
     25 
     26 ```
     27 ./configure
     28 ```
     29 
     30 Than run
     31 
     32 ```
     33 make
     34 ```
     35 
     36 If you wan't to install it global you have to run
     37 
     38 
     39 ## Running the tests
     40 
     41 No Tests at this time implemented.
     42 
     43 ## Deployment
     44 
     45 To install it on an live system just run
     46 
     47 ```
     48 make install
     49 ```
     50 
     51 ## Built With
     52 
     53 * OpenCV
     54 * Automake
     55 * C++
     56 
     57 ## Contributing
     58 
     59 Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
     60 
     61 ## Versioning
     62 
     63 We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/MTRNord/project_street/tags).
     64 
     65 ## Authors
     66 
     67 * **Marcel <MTRNord>** - *Initial work* - [MTRNord](https://github.com/MTRNord)
     68 
     69 See also the list of [contributors](https://github.com/MTRNord/project_street/contributors) who participated in this project.
     70 
     71 ## License
     72 
     73 This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.