Author Topic: How to build CVet's FOnline using Windows 64bit  (Read 8336 times)

Offline adumbperson

  • Turn around in orbit!
How to build CVet's FOnline using Windows 64bit
« on: April 16, 2019, 06:41:32 am »
Quote
"Whatever you do will be insignificant, but it is very important that you do it." - Mahatma Gandhi

Using VS2017, VS2010 wont work ( upstream fonline uses cpp14 standard )

Visual Studio 15 2017
https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15

https://git-scm.com/download/win

https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2-win64-x64.msi

directx sdk
https://www.microsoft.com/en-us/download/details.aspx?id=23549

Follow instruction and install these...

Saw many other dependancies... In a perfect world we would have the author describing or at least pointing what we need to be successful using his engine. But we aren't in a perfect world We will try to resolv them with the time.

- USE GIT LFS


Fire up a git shell

Code: [Select]
git clone https://github.com/cvet/fonline
cd fonline
git lfs fetch --all
# from there you can archive the entire fonline repo as a backup.
cd BuildScripts
set FO_ROOT=..\
set FO_BUILD_DEST=..\..\fobuild
windows.bat

WIPWIPWIPWIPWIPWIPWIPWIPWIP

- added git lfs cmd

I cannot build as my OS is an illegal copy.
I can't install SP1 which is a dep to VS15 2017...
And I guess I'll be moving stuff to Linux...


Enjoy.
« Last Edit: April 16, 2019, 07:29:13 pm by adumbperson »
The Death After Life.
About me. I hate people generally I still may have respectful talk and recognize the good persons. Careful to what you say, I'm not a kid. My experiences defines me.
[Awaxx] -2024/10/17-

Re: How to build CVet's FOnline using Windows 64bit
« Reply #1 on: September 13, 2022, 09:59:08 pm »
Did it work for you in the end? The red part reads like sarcasm ::) I failed building from source, from here (using visual studio 2017): https://fodev.net/forum/index.php?topic=30057.0
« Last Edit: September 13, 2022, 10:00:47 pm by SC »

Offline adumbperson

  • Turn around in orbit!
Re: How to build CVet's FOnline using Windows 64bit
« Reply #2 on: October 17, 2024, 11:55:03 am »
Hello SC, I'm late sorry. No I didn't. It's all written in the sarcasms...

I'm using an illegal copy from windows.

I been able to find VS10 disk iso I found on the web with some genuine KEY...

I'm working with an older revision of the SDK... you can check on the second page from "Share your work".
The Death After Life.
About me. I hate people generally I still may have respectful talk and recognize the good persons. Careful to what you say, I'm not a kid. My experiences defines me.
[Awaxx] -2024/10/17-