Skarsnik / SNESTilesKitten

A Snes tile viewer/importer/exporter
https://skarsnik.github.io/SNESTilesKitten/
GNU General Public License v3.0
59 stars 8 forks source link

Cannot compile on Ubuntu 21.04 #4

Closed hellocatfood closed 3 years ago

hellocatfood commented 3 years ago

I'm attempting to compile the software on Ubuntu 21.04. I've followed the instructions on the README and update the submodules, but when I run qmake nothing at all happens. no errors or messages are returned.

Skarsnik commented 3 years ago

I think qmake say nothing, try running make then

Le lun. 11 oct. 2021 à 13:08, Antonio @.***> a écrit :

I'm attempting to compile the software on Ubuntu 21.04. I've followed the instructions on the README and update the submodules, but when I run qmake nothing at all happens. no errors or messages are returned.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Skarsnik/SNESTilesKitten/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDBK7ZO6ZRHDXFRE3CKFBLUGLATXANCNFSM5FX66LCA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

hellocatfood commented 3 years ago

Running qmake then make works, thanks. Might be worth adding this to the readme