user:kettek:windowsbuild-server
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:kettek:windowsbuild-server [2025/03/02 04:32] – [New Beginnings] kettek | user:kettek:windowsbuild-server [2025/04/18 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 247: | Line 247: | ||
====== New Beginnings ====== | ====== New Beginnings ====== | ||
- | From a bunch of the above crap, we're starting with the following installation: | + | With the above crap behind us, we're starting with the following installation: |
* Latest VS2022 with only baseline C++ support | * Latest VS2022 with only baseline C++ support | ||
* GNU flex 2.5.4a-1 | * GNU flex 2.5.4a-1 | ||
Line 265: | Line 265: | ||
flex.exe -i -B -Cf -o reader.cpp ../ | flex.exe -i -B -Cf -o reader.cpp ../ | ||
| | ||
+ | Not checking now, but I think you might need to do | ||
+ | |||
+ | " | ||
+ | |||
+ | verbitim, aka: | ||
+ | |||
+ | flex.exe -i -B -Cf " | ||
+ | | ||
+ | Also same for reader... seems goofy. | ||
+ | |||
4. Copy all the files to the appropriate share, etc, and var directories. I will add these as Visual Studio project build steps later. | 4. Copy all the files to the appropriate share, etc, and var directories. I will add these as Visual Studio project build steps later. | ||
- | 5. Build and it should | + | 5. Build and you should have the .exe in root project dir and .dlls in their appropriate directory. |
+ | |||
+ | 6. Oh, also collect the assets (delete .arc, .face, .trs, .tar, .artifaces if they exist). | ||
+ | |||
+ | 6.1. Also make sure you have arch in the lib/ dir. I can't recall if it complains if maps isn't in there, but that should | ||
+ | |||
+ | cd lib | ||
+ | ../ |
user/kettek/windowsbuild-server.1740911521.txt.gz · Last modified: (external edit)