forked from cfcsim/fsd
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME_FSFDT.txt
More file actions
26 lines (18 loc) · 762 Bytes
/
Copy pathREADME_FSFDT.txt
File metadata and controls
26 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FSD for Unix and Windows
------------------------
This distrib is made to make a single source for FSD on Unix and Windows
to compile fsd for unix :
move to fsd subfolder : cd fsd
make the project : make
the fsd will be generated in unix directory
clean the project : make clean
to compile fsd for windows :
launch Visual Studio 6 (or above) with fsd/fsd.dsw
the fsd Release will be generated in windows directory
clean the project removing generated Debug or Release folder
For Windows :
There is scripts to run interactivly FSD, install and run FSD as a service, uninstall the service
For Unix :
Look fsd.sh to install fsd as autostart at server boot
Launch ./fsd_d.sh to launch fsd as daemon process
Launch killfsd.sh to kill the daemon