X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=readme.txt;h=77ca2762d6bd5017dd7e58b9de698093492a7355;hb=3751f10f7127ae0905aa0b52dc6de1c782a38c99;hp=0fb3777e03f74a50b654d9a628c9c57e36c629d0;hpb=dec33c63afafabf83c3039e916725cac6faef9b3;p=fms.git diff --git a/readme.txt b/readme.txt index 0fb3777..77ca276 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ COMPILING --------- -Compiling FMS requires CMake, Poco and iconv if you want to do charset -conversion. Other required libraries are bundled with FMS. +Compiling FMS requires CMake, Poco ( version >=1.2.9 ) and iconv if you want to +do charset conversion. Other required libraries are bundled with FMS. To compile, run these commands from the source directory: cmake -D I_HAVE_READ_THE_README=ON . @@ -30,13 +30,14 @@ sure the user that runs FMS has read/write access to this directory. RUNNING ------- -You may run FMS in console mode by running the binary directly. If you are -running *nix and would like to run as a daemon, use the --daemon argument. On -Windows, /registerService will install FMS as a service, and /unregisterService -will uninstall the service. Use the /displayName=name argument when installing -the service to set the service name to whatever you want. You will need to -manually start the service unless you change the startup type in the service -properties. +You may run FMS in console mode by running the binary directly. You can view +available command line options by typing /help on Windows and --help on other +platforms. If you are running *nix and would like to run as a daemon, use the +--daemon argument. On Windows, /registerService will install FMS as a service, +and /unregisterService will uninstall the service. Use the /displayName=name +argument when installing the service to set the service name to whatever you +want. You will need to manually start the service unless you change the +startup type in the service properties. EXITING -------