Attract-Mode Support > General

Daily Windows Build available.

<< < (2/12) > >>

iOtero:
What i wanted to say is that yes i compiled AM on MAC OS High Sierra.
I not compiled AM on MAC OS X Mountain Lion, although i have tried.
I not compiled AM on Windows native, although i have tried.
I not compiled AM on Windows cross-compile (linux).
And i have not tried compiling AM in Linux to use it in Linux.

I Need AM in Mac Os X Mountain Lion and Lubuntu 16.04 or 18.04.  I'm not asking, i just comment on my needs. With the Windows version my biggest need has been covered. Thank you very much.

Sorry, i am spanish, my english is limited...

IceLancer:
Can u build version with console ON?

--- Quote ---is now split into two different builds - regular and console
--- End quote ---

dabone:
Ok, done.
Download and extract.
Gui and console versions are now there.


Later,
dabone

7ank0v1c:
Thanks again Dabone =D

dabone:
Here's the script I have running currently. if anyone is wondering.


--- Code: ---#!/bin/bash
export PATH=$PATH:/home/user/mxe/usr/bin
now=$(date +"%m_%d_%Y")
x64="attract-64_$now.exe"
x86="attract-86_$now.exe"
x64c="attract-64console_$now.exe"
x86c="attract-86console_$now.exe"
git clone https://github.com/mickelson/attract attract-daily
cd attract-daily
make clean
make -j 6 CROSS=1 TOOLCHAIN=i686-w64-mingw32.static WINDOWS_STATIC=1
mv attract.exe $x86
make clean
make -j 6 CROSS=1 TOOLCHAIN=i686-w64-mingw32.static WINDOWS_STATIC=1 WINDOWS_CONSOLE=1
mv attract.exe $x86c
make clean
make -j 6 CROSS=1 TOOLCHAIN=x86_64-w64-mingw32.static WINDOWS_STATIC=1
mv attract.exe $x64
make clean
make -j 6 CROSS=1 TOOLCHAIN=x86_64-w64-mingw32.static WINDOWS_STATIC=1 WINDOWS_CONSOLE=1
mv attract.exe $x64c
zip attract-daily.zip $x64 $x86 $x64c $x86c
cp attract-daily.zip /media/web/SVFDTN/attract/attract-daily.zip
cd  ..
rm -rf attract-daily

--- End code ---

Later,
dabone

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version