Skip to content

Commit

Permalink
Document new command options
Browse files Browse the repository at this point in the history
  • Loading branch information
darcato committed Nov 9, 2022
1 parent db1812b commit b51dc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ To remove it: ```sh uninstall.sh```

## Commands

+ ```epicsmng makemodules [-C <path>] [-j<n>] [-v] <conf_file>```
+ ```epicsmng makemodules [-C <path>] [-j<n>] [-v] [-r] [-t] <conf_file>```

This command download modules sources, configures them and install in ```<path>/modules/<configname>``` where the path is the one specified by ```-C``` option (with default value the folder where the script is executed) and ```<configname>``` is the name of the configuration file. The ```-j``` option is used to enable multithread compilation, so ```-j5``` will use 5 thread to speed up the compilation process. The ```-v``` option let the user print more verbose output.
This command download modules sources, configures them and install in ```<path>/modules/<configname>``` where the path is the one specified by ```-C``` option (with default value the folder where the script is executed) and ```<configname>``` is the name of the configuration file. The ```-j``` option is used to enable multithread compilation, so ```-j5``` will use 5 thread to speed up the compilation process. The ```-v``` option let the user print more verbose output, ```-r``` removes unused binaries and ```-r``` sets ```TIRPC=YES``` to build asyn on newer linux distributions.

+ ```epicsmng cleanmodules [-C <path>] <conf_file>```

Expand Down

0 comments on commit b51dc09

Please sign in to comment.