File: README

package info (click to toggle)
aspectc%2B%2B 1.0pre4~svn.20090918-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 117,308 kB
  • ctags: 410,601
  • sloc: cpp: 1,883,007; ansic: 17,279; sh: 2,190; makefile: 1,088
file content (28 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Preparations:
=============

Install libxml2 sources from libxml.org. The version we used for ac++
is 2.6.17. Configure the sources with...

./configure --prefix=<some target dir> --disable-shared --with-minimum --with-xpath --with-output --with-sax1 --with-tree

Then run "make" and "make install". To make sure that the AspectC++
Makefile find the right libxml2-config command put the bin directory
from <some target dir> in your command search path.

Build the Puma library with your desired TARGET, e.g. "make
TARGET=linux-release".


Build AspectC++:
================

Set the PUMA environment variable to PUMA root directory (if Puma is
not located in ../Puma).

Execute "make" with the right TARGET setting from your Puma build,
e.g. "make TARGET=linux-release".

To weave, compile, and run the test programs use "make testclean test".

The examples can be tested with "make exampleclean examplerun".