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

Add build script for OSX and .pkg installer #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add build script for OSX and .pkg installer #1

wants to merge 4 commits into from

Commits on Apr 17, 2016

  1. Add script for building OSX .pkg installer

    Building an OSX installer package
    1. Compiling the source code
    2. Run the ’build-osx-pkg.sh’ script
    
    It will generate a package file ‘mlpack.pkg’ without code sign.
    Darcy Liu committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    73e8a08 View commit details
    Browse the repository at this point in the history
  2. Add build script for OSX

    Darcy Liu committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    c777365 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Update installer description

    This file is adapted from https://github.com/rust-lang/rust-installer
    
    The command-line programs will be installed in the /usr/local/bin, the
    library will be placed in /usr/local/lib and the header files can be
    found at /usr/local/include
    Darcy Liu committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    1a157d2 View commit details
    Browse the repository at this point in the history
  2. Update the link for CI server

    Darcy Liu committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    7ee09b3 View commit details
    Browse the repository at this point in the history