SeanTAllen changed the topic of #wallaroo to: Welcome! Please check out our Code of Conduct -> https://github.com/WallarooLabs/wallaroo/blob/master/CODE_OF_CONDUCT.md | Public IRC Logs are available at -> https://irclog.whitequark.org/wallaroo
jtfmumm has quit [Read error: Connection reset by peer]
jtfmumm has joined #wallaroo
vaninwagen has joined #wallaroo
dipin has quit [Quit: dipin]
dipin has joined #wallaroo
<cmeik> Are there good build instructions for building locally in like, for instance, a home directory?
<cmeik> I can't make any changes to the system that I'm building on -- like new apt repositories, etc.
<cmeik> It seems like a starting point is just to build pony locally in my home directory.
<cmeik> But, I can't seem to find where it's specifying any particular version requirement -- would master work?
<cmeik> Looks like I need LLVM.
<SeanTAllen> Sorry to have missed this cmeik
<SeanTAllen> Are you on Ubuntu cmeik ?
<SeanTAllen> If yes, which version?
<SeanTAllen> to install LLVM locally you can do what we do in TravisCI... https://github.com/WallarooLabs/wallaroo/blob/master/travis/install.sh#L6
<SeanTAllen> that travis/install.sh has how to pretty much install everything from source although you might need to change from prefixes and set some LDLIBRARY_PATH variables and what not
<aturley> hi cmeik!
vaninwagen has quit [Ping timeout: 276 seconds]
jonesnc has quit [Quit: Leaving]
nisanharamati has joined #wallaroo
<slfritchie> cmeik: In my experience, the Pony compiler also works well when invoked in the source dir after building, and last phase linking with the runtime libs also works. /path/to/source/build/release/ponyc. Or install to your desired dir via "make destdir=$HOME/where/you/wish install".
<slfritchie> cmeik: Also, I forgot to mention this after we chatted ... https://github.com/slfritchie/slf-configurator/blob/master/ALL-wallaroo-dev.sh but replace `./ponylang-ponyc.sh` with the script that builds ponyc from source, `ponylang-ponyc-from-src.sh`. Hm, though your $HOME-dir-only environment would have the same restriction on installing the `pony-stable` package? So you'd need a tweak to the `ponylang-stable.sh`
<slfritchie> script also?
<cmeik> I'm waiting to see if Northeastern will just install the dependencies on the machine that I'm going to be running on, because that will just drastically simplify things and I won't have to worry about doing all of the builds myself.
vaninwagen has joined #wallaroo
vaninwagen has quit [Quit: Ex-Chat]
vaninwagen has joined #wallaroo
vaninwagen has quit [Ping timeout: 246 seconds]
nisanharamati has quit [Quit: Connection closed for inactivity]