How would I run my program https://repl.it/@SPQR/Curses-Test (which is dependent on ncurses) with the -lncurses flag in repl.run? I can do it in the shell on repl.it fine, but it works much better in repl.run, and I want to be able to send a link to the game to people without needing them to actually manually compile and run the game via the shell. Thanks.
How would I run my program https://repl.it/@SPQR/Curses-Test (which is dependent on ncurses) with the -lncurses flag in repl.run? I can do it in the shell on repl.it fine, but it works much better in repl.run, and I want to be able to send a link to the game to people without needing them to actually manually compile and run the game via the shell. Thanks.
@Scoder12 Update: It took 9 hours but I got it working with polygott (test program https://repl.it/@SPQR/Hrm )