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

build software from source #40

Open
mheily opened this issue Mar 19, 2016 · 0 comments
Open

build software from source #40

mheily opened this issue Mar 19, 2016 · 0 comments

Comments

@mheily
Copy link
Owner

mheily commented Mar 19, 2016

For software that isn't available as a package/port, launchd(8) could include instructions on how to build and install the software. Example:

'Build': {
  'SourceURI': 'http://acme.com/software/thttpd/thttpd-2.27.tar.gz',
  'Depends': [
    'autoconf',
    'automake',
    'libtool',
    'libssl',
  ],
  'BuildCommands': [
       './configure --prefix=/usr/local',
       'make',
   ],
  'InstallCommands': [
      'make install',
  ],
},
@mheily mheily added this to the Genesis Device milestone Mar 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant