Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-Compile-Friendly Build System for Native Binaries and Cross-Compiled MIPS Native Binary #59

Open
wants to merge 3 commits into
base: 2.8.0
Choose a base branch
from

Commits on Nov 12, 2014

  1. Linux Make system and MIPS native binary

    Implemented a Makefile system for Linux builds (could be extended
    for windows builds as well), see src/cpp/README.make for details.
    
    Included a cross-compiled native binary for MIPS architecture on
    Linux.
    Woodrow Barlow committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    2f74369 View commit details
    Browse the repository at this point in the history
  2. Include Make System Readme

    I forgot to add the readme to the last commit.
    Woodrow Barlow committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    a31ce31 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Fix file permissions on new binary.

    Woodrow Barlow committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    63018ec View commit details
    Browse the repository at this point in the history