-
Notifications
You must be signed in to change notification settings - Fork 15
Progress #8 -- Adding compiled binaries #10
base: indev
Are you sure you want to change the base?
Conversation
Adding configuration
These binaries are actually not working. You must compile with CMake and not with VS. |
Now compiled with CMake
Uploaded correct libs. Now only linux and mac-osx libs need to be uploaded. |
@danil179 What's the correct process for uploading linux and mac libs? Is that something someone else has to do before this pull request is ready? |
@MatthewFrench We need linux+mac binaries (it is not that urgent for this PR and we can add it later probably). The x86 libs have all the libs, but x64 lacks linux+mac ones. |
@danil179 We should push to get this merge request merged and I suppose I could help with a new pull request with linux/mac libs since I have a Mac. |
@MatthewFrench You can just push them into the branch (this branch is local, so no need to open a new one). |
|
hope ur happy now @MatthewFrench |
Adding configuration
Adding x64 binaries
Progress #8