Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 670 Bytes

README_compile_SeBa.md

File metadata and controls

22 lines (17 loc) · 670 Bytes

Installing & Compiling SeBa

Installing:

The only prerequisite software for SeBa is a C++ compiler.

Compiling: To compile the code, several steps are needed. Also after changing the code, I recomment repeating these steps.

On the commandline Go to the SeBa directory, then do:

  • make clean
  • make
  • cd dstar
  • make

This will create an executable named SeBa in the subdirectory dstar You can rename this executable to indicate the current version of SeBa. You can move this executable to any directory. When you run SeBa, an output file is created called ‘SeBa.data’ in the current directory.