diff --git a/client/README.md b/client/README.md index 1f2eca4..5b23535 100755 --- a/client/README.md +++ b/client/README.md @@ -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 diff --git a/server/README.md b/server/README.md index 5e3fd65..188bc1e 100755 --- a/server/README.md +++ b/server/README.md @@ -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 \ No newline at end of file + +->Start the server with the following command : python startServer.py diff --git a/server/doc/Doxyfile b/server/doc/Doxyfile index a84dccb..c920c85 100644 --- a/server/doc/Doxyfile +++ b/server/doc/Doxyfile @@ -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