The required config.mk file was not found! KOS

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
Sjors
DCEmu Newbie
DCEmu Newbie
Posts: 1
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Tue Nov 17, 2020 9:49 am
Has thanked: 0
Been thanked: 0

The required config.mk file was not found! KOS

Post by Sjors »

Hello! I am getting started with DC development.
When running the install script, or the manual steps for installing KOS as per the wiki, the following occurs in

Code: Select all

download.sh
:

Code: Select all

The required config.mk file was not found!
I'm not sure where this config file is supposed to come from.
This is on MacOS Catalina.
Can someone please point me in the right direction?
Thanks!
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: The required config.mk file was not found! KOS

Post by BlueCrab »

The dc-chain setup has changed a bit recently. Please take a look at the README.md file in that directory for more information on setting up the config.mk file.

Long story short, there's a couple of templates there in the same directory (config.mk.stable.sample and config.mk.testing.sample). Pick the one that you'd like to use, modify anything in it to fit your environment if needed, and rename it config.mk. Then it should "just work".
Post Reply