territory
                                
                                 territory copied to clipboard
                                
                                    territory copied to clipboard
                            
                            
                            
                        Enumerate libnoise as a dependancy
Libnoise should be enumerated as a dependency.
Additionally, on Ubuntu 19.04, libnoise is at libnoise/noise.h instead of noise/noise.h
Anyway, good luck on your project!
Thanks! Definitely forgot that. I have added the dependency in the listing. Any idea on how to use compiler directives to check for the Ubuntu version? If not, I'll add a note.
Well, I suppose you could just -I/usr/include/libnoise as well as -I/usr/include/noise and then just #include <noise.h>
You might want to look into using CMake to manage the building process instead. I also notice that you can't do multi-core building. (e.g. make -j4 )