gg
This commit is contained in:
parent
58240b6a92
commit
2a2f9b87b9
@ -1,10 +1,15 @@
|
|||||||
# DNC client
|
# DNC client
|
||||||
|
|
||||||
Requirement :
|
Requirement :
|
||||||
|
|
||||||
-> python 3.4
|
-> python 3.4
|
||||||
|
|
||||||
-> pyqt4
|
-> pyqt4
|
||||||
|
|
||||||
-> pyside
|
-> pyside
|
||||||
|
|
||||||
Start :
|
Start :
|
||||||
|
|
||||||
->Configure the default server ip and port and nickname in dncClient.conf
|
->Configure the default server ip and port and nickname in dncClient.conf
|
||||||
|
|
||||||
->Start the server with the following command : python start.py
|
->Start the server with the following command : python start.py
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
# DNC Server
|
# DNC Server
|
||||||
|
|
||||||
Requirement :
|
Requirement :
|
||||||
|
|
||||||
-> python 3.4
|
-> python 3.4
|
||||||
|
|
||||||
Start :
|
Start :
|
||||||
|
|
||||||
->Configure the server port and log directory in dncserver.conf
|
->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
|
# entered, it will be relative to the location where doxygen was started. If
|
||||||
# left blank the current directory will be used.
|
# 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-
|
# 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
|
# 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
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
||||||
# tag is left empty.
|
# 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 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
|
# the reference definitions. This must be a list of .bib files. The .bib
|
||||||
@ -768,7 +768,7 @@ WARN_LOGFILE =
|
|||||||
# spaces.
|
# spaces.
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# 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
|
# 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
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
Reference in New Issue
Block a user