Specifying Path for sdl.h

  • jacob1
    19th Oct 2015 Developer 0 Permalink
    @temporaryaccount (View Post)
    Idk why, but it tried doing 'make all' instead of just 'make'. Maybe just run 'make' by itself and hopefully it will work.

    It never even started compiling because of that error though.
    Edited once by jacob1. Last: 19th Oct 2015
  • Mdkar
    20th Oct 2015 Member 0 Permalink

    But, instead of doing all of this complicated stuff, shouldn't there be a way to specify exactly where the sdl.h file is located on my computer (since I'm pretty sure that's the only thing it can't find).

  • jacob1
    20th Oct 2015 Developer 0 Permalink
    @temporaryaccount (View Post)
    You can set the CPPPATH environment variable. But if SDL isn't installed properly then you should figure out how to.

    Also running the single command 'make' then 'sudo make install' isn't hard at all.