OlafvdSpek / xbt

High-Performance BitTorrent Tracker
GNU General Public License v3.0
175 stars 67 forks source link

How do I compile XBT Client? #105

Open Zero3K opened 1 year ago

Zero3K commented 1 year ago

subject

Zero3K commented 1 year ago

I tried compiling it but ran into issues with it missing the Boost library.

Zero3K commented 7 months ago

How about having it automatically get the proper library code and use it?

OlafvdSpek commented 7 months ago

Like apt install cmake default-libmysqlclient-dev g++ git libboost-dev libsystemd-dev make zlib1g-dev ?

OlafvdSpek commented 7 months ago

Ah, the client.. tried vcpkg?

Zero3K commented 7 months ago

It won't install under my Windows 7 VM for some reason. Maybe you can include the dependencies as sub-modules and configure the source code to use them.

Zero3K commented 3 months ago

Well?