Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

fix this to work on ubuntu 14.04 too #8

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

Conversation

casualjim
Copy link

I had some trouble building a debian package, this is what I needed to do to make it work.

and this here: https://github.com/mesosphere/mesos-deb-packaging/blob/master/build_mesos#L79-L80
makes it so you need a machine with more than 4G to build

@lingmann
Copy link

lingmann commented May 9, 2014

Thanks for the pull request! I think this looks good, the only issue is we need to make sure this still works with older versions of Mesos. If you can make that adjustment we'll get this merged in. Cheers

@@ -9,8 +9,8 @@ Mesos is a cluster manager that provides efficient resource isolation and sharin
* ruby
* prerequisites:

gem install fpm
sudo apt-get install python-dev autoconf automake git make libssl-dev libcurl3
sudo apt-get install python-dev autoconf automake git-core make libssl-dev libcurl4-nss-dev libtool ruby-dev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maven is also a requirement now for full builds of Mesos 0.18.1-rc2+

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants