Matty-Downing2169 / opencamlib

Automatically exported from code.google.com/p/opencamlib
GNU General Public License v3.0
0 stars 0 forks source link

Working makefile missing #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's no working makefile so ocl.so can't be compiled.

Original issue reported on code.google.com by msiv...@gmail.com on 5 Apr 2010 at 11:58

GoogleCodeExporter commented 9 years ago
seb, can you add a wiki page telling us how to build ocl.so now, please.

Original comment by danhe...@gmail.com on 5 Apr 2010 at 12:02

GoogleCodeExporter commented 9 years ago
On Ubuntu, with cmake installed you first run
cmake .
that creates a file "Makefile" which is then compiled with
make

this compiles ocl.so and the documentation

Original comment by anders.e...@gmail.com on 5 Apr 2010 at 12:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ok. Had to install latex, python boost and doxygen to get going.. Latex is still
missing some fonts for pdf but atleast everything compiled ok.

Original comment by msiv...@gmail.com on 5 Apr 2010 at 1:46

GoogleCodeExporter commented 9 years ago
Anders has it right.  I added a Wiki page, BuildingOnLinux, with the build
dependencies and build instructions.

Original comment by seb.kuzm...@gmail.com on 5 Apr 2010 at 9:24

GoogleCodeExporter commented 9 years ago
calling this issue fixed now.

Original comment by anders.e...@gmail.com on 17 Apr 2010 at 5:00