installed and made allegro5 with addons on linux mint with cmake in /home/qweqqweq/allegro5/build. must make addons work without gcc flags by generating .o and .so files from there and put in /usr/local. how? where to make the .o and .so files? can move them after made?
Need to make .so files for allegro addons cause it didn’t come with or make them during install/making it with cmake. question is where do I put them, and how?
I want to make them in my ~/home/qweqqweq/allegro5 directory and then move them to /usr/local. i’ve already made a new config file to make the gcc linker search /usr/local for libraries and i don’t want to make the linker include even more directories in its standard searches if possible.
qweqqqeq is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.