-
Hi,
thanks for your time and effort you've put into this project. I wanted to ask, is there any possibility we could get pre-compiled versions/releases so that we don't need to compile anything on…
-
Hi, i would like to suggest the creation of pre compiled images, this would certainly help noobs like me, who never used linux and those stuff before and want to try this new screen software :D
-
Has anybody got pre-compiled Linux binaries for the 0.6 release? I don't have any experience with building from source and have the pre-compiled v0.6.2c release of VCV Rack.
Thanks In Advance.
-
I was investigating cross compilation and decided to try out the vendor raylib. I had a problem with linking glfw, so i looked at the this configuration:
```
"linux-x64" : {
"link-args" : [],
…
-
```
If you have a format string for packing or unpacking and use it a lot then it
gets parsed every time it's used. This is clearly not very efficient.
Suggest the ability to compile the string to a…
-
Per Joe's suggestion, we could provide pre-compiled binaries for the c++ object libraries. This will definitely make OCCAM more accessible (a lot of people aren't set up for doing compilation, so prov…
-
The "GUI Firmware updates now possible" is great feature, but I think we need the ability to select all sensors at GUI configuration because firmware.bin files will be compiled with all default senso…
-
Release pre-compiled binaries for different platforms.
how often / what version scheme to use, etc. TBD
- [x] Decide on the version numbering scheme (SemVer 2.0)
- [x] Figure out how to manually relea…
yyoon updated
8 years ago
-
Hi,
Is it possible to use the server without docker? I mean, involving docker seems to be overkilled. Could you please consider providing some pre-compiled binary so that users can just run somethi…
-
Is there a way to pre-compile the bpf source?
It could store already compiled bpf bytecode in order not to recompile the C source unnecessarily.
In Python I can get to bpf bytecode through dump_func …