Skip to content
Snippets Groups Projects
Commit f826b85e authored by ChouTatsumi's avatar ChouTatsumi
Browse files

test for format of README

parent 6670db0c
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,11 @@ Some of code and techniques come from: ...@@ -9,11 +9,11 @@ Some of code and techniques come from:
All of the reference documents can be find in ./doc folder All of the reference documents can be find in ./doc folder
## Running ## Running
Run Makefile (`$ make`), and then `image_tagger.exe` will be created at root folder. Run Makefile (```$ make```), and then `image_tagger.exe` will be created at root folder.
And then run `./image_tagger <ip_addr> <port>` to start the server program And then run ```$ ./image_tagger <ip_addr> <port>``` to start the server program
## NOTICE[IMPORTANT] ## NOTICE[IMPORTANT]
1. This program use windows html files to test, and all the html files is inside ./views folder 1. This program use windows html files to test, and all the html files is inside ./views folder.
If the html files is in the root folder, please change the file_dir const at line 40-46 in `server.c` file and make again !!!!!!! If the html files is in the root folder, please change the file_dir const at line 40-46 in `server.c` file and make again !!!!!!!
2. Since some of the lib in the program is only available on linux system, the frequently commit is inevitably. In fact, I commit my code for even small change in order to pull my code down into VM. There might be severval commits just for fixing a single bug. 2. Since some of the lib in the program is only available on linux system, the frequently commit is inevitably. In fact, I commit my code for even small change in order to pull my code down into VM. There might be severval commits just for fixing a single bug.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment