lab313ru / tim2view

TIM, TM2 formats viewer, converter, searcher, editor, scanner, ripper
http://lab313.ru
48 stars 9 forks source link

Cannot find unit BGRABitmap #3

Closed gwald closed 8 years ago

gwald commented 8 years ago

Hi I found your app on http://www.psxdev.net/forum/viewtopic.php?f=60&t=530 I've install lazarus and the master source click run-> build and get: udrawtim.pas(6,33) Fatal: Cannot find unit BGRABitmap used by udrawtim of the Project Inspector.

I'm a complete pascal/lazarus noob but I assume BGRABitmap is an external lib?

lab313ru commented 8 years ago

You should clone submodule too with this command: git submodule update --init --recursive

gwald commented 8 years ago

Cool thanks, i'll give it a try on the weekend. cheers