accellera-official / systemc

SystemC Reference Implementation
https://systemc.org/overview/systemc/
Apache License 2.0
451 stars 145 forks source link

`configure` is not available. #31

Closed parsanoori closed 2 years ago

parsanoori commented 2 years ago

The script configure said in here is not available in the top level directory.

AmeyaVS commented 2 years ago

As discussed in: https://github.com/accellera-official/systemc/issues/29

You need to run the config/bootstrap to generate the configure script.

parsanoori commented 2 years ago

The documentation for the installation process must get updated then.

AmeyaVS commented 2 years ago

I would recommend using the CMake based build and install flow.

parsanoori commented 2 years ago

The configure file is on the release branch.