• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-22,38819,377

examples/H03-Jun-2020-34,87830,917

m4/H03-Jun-2020-9,2528,371

mod/H03-Jun-2020-10,9386,314

sim/H03-May-2022-26,30614,289

xmcsim/H03-Jun-2020-2,4251,626

AUTHORSH A D13-Mar-201373 107

COPYINGH A D27-Apr-201034.3 KiB675553

INSTALLH A D15-Feb-20199.2 KiB235177

Makefile.amH A D25-Mar-2018281 159

Makefile.inH A D03-Jun-202039.9 KiB1,2301,096

READMEH A D05-Dec-20151.6 KiB3526

aclocal.m4H A D03-Jun-202043.3 KiB1,2191,109

ar-libH A D03-Jun-20205.7 KiB271210

compileH A D03-Jun-20207.2 KiB348258

config.guessH A D03-Jun-202043.2 KiB1,4811,288

config.hH A D03-Jun-20203.7 KiB13338

config.h.inH A D03-Jun-20203.4 KiB13289

config.subH A D03-Jun-202035.3 KiB1,8021,661

configureH A D03-Jun-2020494.4 KiB17,04114,413

configure.acH A D03-Jun-20202.3 KiB8066

depcompH A D03-Jun-202023 KiB792502

install-shH A D03-Jun-202014.8 KiB509329

ltmain.shH A D03-Jun-2020316.8 KiB11,1577,986

missingH A D03-Jun-20206.7 KiB216143

test-driverH A D03-Jun-20204.5 KiB14987

README

1README FILE: INSTRUCTIONS FOR INSTALLING GNU MCSIM
2Contact: Frederic Yves BOIS
3         fbois@member.fsf.org
4
5The simplest way to compile the MCSim package is:
6
7  1. `cd' to the directory containing the package's source code (it is
8     actually the directory where this README file resides) and type
9     `./configure' to configure the package for your system.  If you're
10     using `csh' on an old version of System V, you might need to type
11     `sh ./configure' instead to prevent `csh' from trying to execute
12     `configure' itself.
13
14     Running `configure' may take a while. While running, it prints some
15     messages telling which features it is checking for.
16
17  2. Type `make' to compile the package.
18
19  3. Optionally, type `make check' to run any self-tests that come with
20     the package. In some systems the Makefile that runs the tests in
21     the example/perc/ folder needs to be flagged as executable explictly
22     before running the test, otherwise the test fails. To make it executable
23     simply execute "chmod a+x examples/perc/Makefile" from the command line.
24
25  4. Type `make install' to install the programs and any data files and
26     documentation.
27
28  5. You can remove the program binaries and object files from the
29     source code directory by typing `make real-clean'. To also remove the
30     files that `configure' created (so you can compile the package for
31     a different kind of computer), type `make dist-clean'. There is
32     also a `make maintainer-clean' target which undoes the installation.
33
34For detailed installation instructions see the INSTALL file.
35