cosmoharrigan / rl-glue

Automatically exported from code.google.com/p/rl-glue
0 stars 0 forks source link

New Build System #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mark Lee and I have hashed out a way to rewrite the guts of the glue such
that we can have all of the code compiled to a single rl-glue.a file, and
then all of the modules (net or direct) and just link to that.

This seems like a natural next step in the evolution of the project.

Original issue reported on code.google.com by brian.ta...@gmail.com on 19 Oct 2007 at 1:39

GoogleCodeExporter commented 9 years ago
Marc Lanctot also wanted to do something like this... but I'm not sure of the 
status.

Original comment by brian.ta...@gmail.com on 2 Sep 2008 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by brian.ta...@gmail.com on 2 Sep 2008 at 10:09

GoogleCodeExporter commented 9 years ago
Add a "Make install" option which installs:
includes to /usr/local/include/rl-glue/ (downside of this is need
-I/usr/local/include/rl-glue line)
rl-glue to /usr/local/bin

Need to figure what to do about libraries.  How many are we going to make, and 
should
we put them in /usr/local/lib or /usr/local/lib/rl-glue

Talk to Marc Lanctot or others who are savy.

Original comment by bttan...@gmail.com on 3 Sep 2008 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by bttan...@gmail.com on 3 Sep 2008 at 10:22

GoogleCodeExporter commented 9 years ago
The project is now built with autotools.

See here: http://glue.rl-community.org/changes

Original comment by brian.ta...@gmail.com on 7 Sep 2008 at 12:21