Installation Help!

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
Dreamcastfreak2004
DCEmu Fast Newbie
DCEmu Fast Newbie
Posts: 19
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Mon Aug 30, 2021 6:42 pm
Has thanked: 0
Been thanked: 0

Installation Help!

Post by Dreamcastfreak2004 »

Hey Yall, So anyways i want to install kallistios on ubuntu 21.10 but here is the problem i cant find a modern tutorial on how to install the kallistios sdk in 2021. so can you guys help me please!
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5652
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: Installation Help!

Post by BlueCrab »

From the KOS website: http://gamedev.allusion.net/softprj/kos/setup-linux.php

Also, moved to Programming Discussion.
Dreamcastfreak2004
DCEmu Fast Newbie
DCEmu Fast Newbie
Posts: 19
Joined: Mon Aug 30, 2021 6:42 pm
Has thanked: 0
Been thanked: 0

Re: Installation Help!

Post by Dreamcastfreak2004 »

Oh I am sorry, Thanks for moving it and i will try this tutorial, if it does not work or if I have errors i will report back to you.
User avatar
T_chan
DC Developer
DC Developer
Posts: 32
Joined: Mon Aug 22, 2011 12:45 pm
Has thanked: 12 times
Been thanked: 22 times

Re: Installation Help!

Post by T_chan »

There's also this thread where I explain the steps I followed to install KOS, GLdc & ALdc with Visual Studio Code & with gdb on Ubuntu:
https://dcemulation.org/phpBB/viewtopic ... 9&t=105596

Unfortunately, some things have changed since then for GLdc/ALdc (move to Cmake, and ALdc2).

On a related note, @BlueCrab, could you have a look at https://github.com/KallistiOS/kos-ports/issues/11 ?
Would help the integration of GLdc with KOS... and would motivate me to update my VSC howto guide...
Dreamcastfreak2004
DCEmu Fast Newbie
DCEmu Fast Newbie
Posts: 19
Joined: Mon Aug 30, 2021 6:42 pm
Has thanked: 0
Been thanked: 0

Re: Installation Help!

Post by Dreamcastfreak2004 »

Update: Thank you all for the tutorial! But there is one problem, when I try to compile a example with the make command it gives me a error. The error says, MakeFile:30: /makefile.rules:no such file or directory, or something like that so can you please help me out with this error!
User avatar
T_chan
DC Developer
DC Developer
Posts: 32
Joined: Mon Aug 22, 2011 12:45 pm
Has thanked: 12 times
Been thanked: 22 times

Re: Installation Help!

Post by T_chan »

When you launch a new terminal, you always need to execute the source... command first, otherwise it won't work
Post Reply