source: sources/README @ 30

Last change on this file since 30 was 27, checked in by buchmann, 15 years ago

SystemCASS now uses autoconf/automake to build the API. Regression tests still
use the old Makefiles.
(thanks to Nicolas Pouillon)

The library directory no longer is "lib-arch-system". The directory now is "lib-linux". Everyone needs to pay attention about SYSTEMCASS environment variable.

Changes:

  • system header includes
  • Add includes to config.h (generated by autoconf/automake)
  • test:
    • linux preprocessor macro instead of _WIN32
    • CONFIG_DEBUG instead of DEBUG

Removes:

  • Makefile
  • guess_endianness.cc
  • guess_os.sh
  • assert.h (we now use standard assert.h)
  • Options.def
File size: 349 bytes
Line 
1SystemCASS Installation
2=======================
3
4Please use automake/autoconf to install SystemCASS.
5SystemCASS is able to generate trace files into VCD and also the ALLIANCE
6format : PAT.
7
8PAT trace ouput
9===============
10
11PAT trace output is disable by default.
12Set the environment variable 'ALLIANCE' to ALLIANCE top directory,
13then make again.
14
Note: See TracBrowser for help on using the repository browser.