start adding security vulnerabilities (packet class)
This commit is contained in:
		
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							| @@ -13,8 +13,24 @@ Install the following packages from your distribution package manager: | ||||
| - `meson` | ||||
| - `opencv` | ||||
|  | ||||
| ### Setup Meson | ||||
|  | ||||
| ```shell | ||||
| meson setup build | ||||
| ``` | ||||
|  | ||||
| *NOTE FOR JETBRAINS / CLION USERS: PLEASE SET YOUR MESON BUILD DIRECTORY TO `build` IN THE IDE SETTINGS UNDER "Build / | ||||
| Execution / Deployment" -> "Meson"* | ||||
|  | ||||
| ### Compiling | ||||
|  | ||||
| ```shell | ||||
| meson build client | ||||
| meson build client # for client only | ||||
| meson build server # for server only | ||||
| ``` | ||||
|  | ||||
| ## Running | ||||
| ```shell | ||||
| ./build/client | ||||
| ./build/server | ||||
| ``` | ||||
		Reference in New Issue
	
	Block a user