Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 28, 2023
1 parent ca2bc25 commit c7eb518
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ def print_usage():
configs.append(name + "\n " + " ".join(args))
configs_string = "\n ".join(configs)
cmake_name = os.path.basename(CMAKE)
generator_name = CMAKE_GENERATOR.lower()
default_config_name = DEFAULT_CONFIG_NAME
debug_config_name = DEBUG_CONFIG_NAME
print(f"""Usage: {script_name} [BUILD [BUILD ...]] [--all] [--debug] [MAKE_OPTIONS]
Build one or more predefined build configurations of Fast Downward. Each build
uses {cmake_name} compile the code. Build configurations differ in the
parameters they pass to {cmake_name}. By default, the build uses all available cores.
Use the "-j" option for {cmake_name} to override this default behaviour.
uses {cmake_name} to compile the code using {generator_name} . Build configurations
differ in the parameters they pass to {cmake_name}. By default, the build uses all
available cores if this number can be determined. Use the "-j" option for
{cmake_name} to override this default behaviour.
Build configurations
{configs_string}
Expand Down

0 comments on commit c7eb518

Please sign in to comment.