Changes between Version 9 and Version 10 of ObjectDeveloperGuide
- Timestamp:
- 05/11/09 17:56:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObjectDeveloperGuide
v9 v10 337 337 Compiling an ALOE objects does not need any other consideration rather than linking with the ALOE SW Library and HW Library. Obviously, we have to pick the HW library of our system. Under linux, and once we have installed ALOE (binary or source), the libraries should appear at /usr/local/lib with the names libsw_api.a and libhw_api.a. 338 338 339 If your prefer to use autoconf/automake tools the sefiles might be useful:339 If your prefer to use autoconf/automake tools the following attached files might be useful: 340 340 * sample configure.in 341 * sample Makefile.am 341 * sample Makefile.am 342 342 343 343 [wiki:ALOE "[Back to ALOE]"]