rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.09k stars 36 forks source link

Error on buildall.sh: base/bootvid #363

Open YuukiHisashi opened 2 weeks ago

YuukiHisashi commented 2 weeks ago

Hello.

I am currently trying to install Winxp Total Conversion on Linux Mint 22 (x86_64) with Xfce 4.18.

I ran ./chkdeps.sh -l, installed all missing dependencies, ran it again, and it told me it was good to go.

Now, I run ./buildall.sh and after a bit of a delay, it presents me with the following error message:

Doing full system build for 6762b51.master(yuuki-hisashi).241021-1059 (x86_64, deb-std) (free) All dependencies verified. buildall: Building base/bootvid ./build.sh: line 134: cmake: command not found make: *** No target indicated and no files found. Stop. Failed build for base/bootvid buildall: Compile failure, bailing.

Am I doing something wrong here? I ran the same script multiple times, yet, nothing seemed to work.

rozniak commented 2 weeks ago

You do not have cmake installed - chkdeps.sh tells you the build-time dependencies (libraries basically), you must install the actual compiler and tool chain itself to build anything though. :stuck_out_tongue:

You can also check the Wiki for more detailed steps including the installation/config - it's more thorough than the README. :grin:

https://github.com/rozniak/xfce-winxp-tc/wiki/Install-from-compiled-sources

rozniak commented 1 week ago

@YuukiHisashi Sorry mate did you get this working in the end? I saw in my emails a notification about a reply from you but can't see anything here. :thinking: