caxanga334 / tf-bewithrobots-redux

A TF2 plugin that allows players to play in the robot team in MvM.
GNU General Public License v3.0
16 stars 7 forks source link

Can't compile on linux #19

Closed JustBobTF closed 1 year ago

JustBobTF commented 1 year ago

Help us help you

Environment

Description

I can't compile the plugin on linux because it gives the following error

image

I already have SteamWorks installed

caxanga334 commented 1 year ago

The plugin was successfully compiled by CI. The runner currently runs on Ubuntu 22.04 (ubuntu-latest).

The error here is very clear. The SteamWorks include file is missing, it's important to remember that linux is case sensitive. SteamWorks and steamworks are two different files on Linux but the same file on Windows. The SteamWorks include must be in all lowercase.

The Action workflow file might provide some help getting the plugin to compile on Linux.