===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cura-engine-4.8/README.md-28-1. Navigate to the CuraEngine directory and execute the following commands
cura-engine-4.8/README.md:29:2. ```$ mkdir build && cd build```
cura-engine-4.8/README.md:30:3. ```$ cmake ..```
cura-engine-4.8/README.md:31:4. ```$ make```
cura-engine-4.8/README.md-32-
##############################################
cura-engine-4.8/README.md-51-3. Run ```autogen.sh``` from the protobuf directory: 
cura-engine-4.8/README.md:52:   ```$ ./autogen.sh```
cura-engine-4.8/README.md:53:4. ```$ ./configure```
cura-engine-4.8/README.md:54:5. ```$ make```
cura-engine-4.8/README.md-55-6. ```# make install```  
##############################################
cura-engine-4.8/src/utils/socket.cpp-47-    serv_addr.sin_port = htons(port);
cura-engine-4.8/src/utils/socket.cpp:48:    serv_addr.sin_addr.s_addr = inet_addr(host.c_str());
cura-engine-4.8/src/utils/socket.cpp-49-