EggRP / fxcommands

Streamdeck Plugin for FiveM commands
MIT License
30 stars 6 forks source link

Compile guide #2

Closed benzon closed 1 year ago

benzon commented 1 year ago

Hey,

Just trying to play abit around with this to see if i can find the logic in making some changes i wanna do, but how to i build this, i get an error currently when trying to build.

 Error: The plugin path doesn't exist:
josh-tf commented 1 year ago

Hi @benzon

You need to open the solution in Visual Studio and build the project first, it will be output to the .\FXCommands\bin\Debug\com.egg-rp.fxcommands.sdPlugin folder and then you can run the CreatePackageInstaller.bat to compile the plugin which will output to the .\Releases folder

benzon commented 1 year ago

What libs should be installed to compile this project if i may ask ?

josh-tf commented 1 year ago

You should be able to open the VS Solution file and then build right away, are you getting an error when trying to do this?

image

Have a look in the packages.config file, these are all included in the packages folder in the source code.