How to compile LOVE
#1
How to compile LOVE
The source code for love is available here.

It is written in C++98 and requires:

* raw sockets (on Linux, kernels with AF_PACKET support)
* POSIX threads on UNIX
* NPcap 1.72 on WINDOWS

How to compile love

LINUX:

Code:
# AARCH
g++ -std=c++98 -mabi=lp64 -o love love.cxx -lpthread

Code:
# AMD64
g++ -std=c++98 -m64 -o love love.cxx -lpthread

If you want specific hints on the platforms I used for development and testing, have a look at the ABOUT.TXT documents for each LINUX distribution in contrib.

IRIX:

Code:
# CC -o love love.cxx -lpthread

WINDOWS:

Create a new project in Visual Studio called love and a new file called love.cxx. Copy love's source code into love.cxx in your project. Use a x86 target (32-bit binary), add the Npcap libraries to the link paths and compile (Ctrl+B).

If you want to play with the icon, you have the *.ico here.


Tru
TruHobbyist
Developer

Trade Count: (0)
Posts: 195
Threads: 21
Joined: May 2018
Find Reply
01-30-2023, 11:09 PM
#2
RE: How to compile LOVE
What is love?

Baby don't hurt me. (If this joke doesn't translate maybe this will)

https://www.youtube.com/watch?v=HwVh8pmOot4

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,243
Threads: 534
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
01-30-2023, 11:32 PM
#3
RE: How to compile LOVE
(01-30-2023, 11:32 PM)Raion Wrote:  What is love?

Baby don't hurt me. (If this joke doesn't translate maybe this will)

https://www.youtube.com/watch?v=HwVh8pmOot4
Joy

I was about to link this but forgot it entirely  Annoyed
TruHobbyist
Developer

Trade Count: (0)
Posts: 195
Threads: 21
Joined: May 2018
Find Reply
01-31-2023, 08:22 AM
#4
RE: How to compile LOVE
(01-31-2023, 08:22 AM)TruHobbyist Wrote:  
(01-30-2023, 11:32 PM)Raion Wrote:  Baby don't hurt me.
 

I was about to link this but forgot it entirely  Annoyed


Sheesh, you guys ... (did haddaway ever do anything else ? This one was good but I can't remember anything else from him/them) -- go back to the originals !

Anyhoo, the grandfather of Love ...

grrr ! how come no copy paste ? Hope I can type these correctly --

https://youtu.be/Xs8yDyvZZxQ

and

https://youtu.be/dkA542jrTeo

60's Los Angeles, Arthur put the Doors on the road to fame and fortune ... only two albums in him but they were exceptional

okay, a freeby Smile

https://youtu.be/pbmGpvLaflU.
hamei
broke-down old clunker

Trade Count: (0)
Posts: 380
Threads: 3
Joined: Jul 2019
Location: 上海
Find Reply
01-31-2023, 11:08 AM
#5
RE: How to compile LOVE
(01-31-2023, 11:08 AM)hamei Wrote:  okay, a freeby Smile

https://youtu.be/pbmGpvLaflU.

Yikes! Youtube's deleted this one already...

Project: Temporarily lost at sea
Plan: World domination! Or something...
vishnu
Tezro, Octane2, 2 x Onyx4

Trade Count: (0)
Posts: 1,249
Threads: 42
Joined: Dec 2017
Location: Minneapolis, Minnesota USA
Find Reply
02-01-2023, 08:31 AM
#6
RE: How to compile LOVE
(02-01-2023, 08:31 AM)vishnu Wrote:  Yikes! Youtube's deleted this one already...


There's plenty, just use the indelible search function ... but the bigger question is :

(my mom would say "whom" ...)

https://youtu.be/olnbwZxjcb1

anybody got a few hits of blotter left ?
hamei
broke-down old clunker

Trade Count: (0)
Posts: 380
Threads: 3
Joined: Jul 2019
Location: 上海
Find Reply
02-01-2023, 02:49 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)