Giter VIP home page Giter VIP logo

openanpr's People

openanpr's Issues

Patch for building from source using CMake

Just add the attached file into the main directory
(where main.cpp is),
install CMake (apt-get install cmake) and do:

cmake .
make
./openanpr

and you are all set. Here is what the commands produce for me:
https://gist.github.com/certik/8814906

This compiles in Debug mode (no optimizations). To compile with all
optimizations on, do:

cmake -D CMAKE_BUILD_TYPE=Release .
make
./openanpr

But that segfaults, because there is a bug. If you want to fix it,
apply the following patch:

diff --git a/anyoption.h b/anyoption.h
index 96aa919..e4b5216 100755
--- a/anyoption.h
+++ b/anyoption.h
@@ -21,7 +21,7 @@
 #define UNKNOWN_TYPE        5

 #define DEFAULT_MAXOPTS         10
-#define MAX_LONG_PREFIX_LENGTH  2
+#define MAX_LONG_PREFIX_LENGTH  3

 #define DEFAULT_MAXUSAGE        3
 #define DEFAULT_MAXHELP         10

Original issue reported on code.google.com by [email protected] on 11 Feb 2014 at 5:46

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.