gg
This commit is contained in:
parent
58240b6a92
commit
2a2f9b87b9
@ -1,10 +1,15 @@
|
||||
# DNC client
|
||||
|
||||
Requirement :
|
||||
|
||||
-> python 3.4
|
||||
|
||||
-> pyqt4
|
||||
|
||||
-> pyside
|
||||
|
||||
Start :
|
||||
|
||||
->Configure the default server ip and port and nickname in dncClient.conf
|
||||
|
||||
->Start the server with the following command : python start.py
|
||||
|
@ -1,8 +1,11 @@
|
||||
# DNC Server
|
||||
|
||||
Requirement :
|
||||
|
||||
-> python 3.4
|
||||
|
||||
Start :
|
||||
|
||||
->Configure the server port and log directory in dncserver.conf
|
||||
->Start the server with the following command : python startServer.py
|
||||
|
||||
->Start the server with the following command : python startServer.py
|
||||
|
@ -58,7 +58,7 @@ PROJECT_LOGO =
|
||||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = /home/sidya/PycharmProjects/DNC/serveur/doc
|
||||
OUTPUT_DIRECTORY = /home/sidya/PycharmProjects/DNC/server/doc
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
||||
# directories (in 2 levels) under the output directory of each output format and
|
||||
@ -687,7 +687,7 @@ FILE_VERSION_FILTER =
|
||||
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
||||
# tag is left empty.
|
||||
|
||||
LAYOUT_FILE =
|
||||
LAYOUT_FILE = DoxygenLayout.xml
|
||||
|
||||
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
||||
# the reference definitions. This must be a list of .bib files. The .bib
|
||||
@ -768,7 +768,7 @@ WARN_LOGFILE =
|
||||
# spaces.
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = /home/sidya/PycharmProjects/DNC/serveur
|
||||
INPUT = /home/sidya/PycharmProjects/DNC/server
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
Reference in New Issue
Block a user