Questions tagged [binaries]

* Compiled computer programs are sometimes called "binaries". Instead of this tag, use [tag:executable] for this sense.

191 questions
3
votes
2 answers

NodeJS: Set path to FFMPEG binaries for module Fluent-FFMPEG

I am building a application that uses the module node-fluent-ffmpeg. https://github.com/schaermu/node-fluent-ffmpeg And I'm trying to package the ffmpeg binaries along with my application. I want to do this so (especially on Windows) the user does…
jansmolders86
  • 5,449
  • 8
  • 37
  • 51
3
votes
5 answers

git avoid to push binaries

Suppose I have a private repository and a public one. I develop using my private repository, and at significant steps I do a commit in which I save all, sources] and binaries. The reason for saving binaries is to allow to recover a…
Angelo Borsotti
  • 327
  • 3
  • 7
2
votes
5 answers

How can I check if a binary dependency is available in Perl?

Having volunteered to maintain a stagnant CPAN package (GnuPG) I'd like improve the install files such that they exit gracefully if the gpg binary (which GnuPG is a wrapper for) cannot be found. After a bit of seeking inspiration from other…
robbiebow
  • 89
  • 1
  • 5
2
votes
0 answers

Swift Package Manager - how to link remote .zip that contains multiple binaries inside?

I would need to create a package from the binaries provided by third-party company - they support CocoaPods, but we use the SPM, so we decided to create the package ourselves from the binaries they provide - ios-jumio-mobile-sdk-4.0.0.zip file. So I…
2
votes
2 answers

PyGTK Binaries for Mac

I'm trying to find the Mac OS X binaries for PyGTK 2.24, PyCairo, and PyGObjects, as well as for Glade 2.8.0. Where can I download these?
CodeMouse92
  • 6,840
  • 14
  • 73
  • 130
2
votes
4 answers

Best way to encode a very long binaries string to a revertable simple form using Python?

-------------------------- add new----------------------------- Let me fill more info here: The actual situation is that I have this LONG STRING in environment-A, and I need to copy and paste it to environment-B; UNFORTUNATELY, envir-A and envir-B…
leveygao
  • 83
  • 8
2
votes
0 answers

Xcode 11.3.1 Embedded binaries section not found

I'm using Xcode 11.3.1 on a React Native project. I'm supposed to add a framework on the Embedded binaries section in General tab but this section does not show up. Thanks for explanation
pondia
  • 33
  • 1
  • 7
2
votes
1 answer

How can we apply versioning to executable/binaries in C++?

I have a big C++ application which we are compiling through Jenkins and generating zipped artifacts containing binaries, headers, config and other relevant files. The build is deployed in the form of services on the client. The problem is how can…
2
votes
2 answers

Official OpenJDK 11.0.4 binaries download

The latest long term release of OpenJDK is 11.0.4 https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u but I cannot find an official download site for it similar to the OpenJDK site https://jdk.java.net/12/ Are the OpenJDK 11.0.4 binaries for…
lyaffe
  • 1,407
  • 15
  • 24
2
votes
0 answers

java cli application distribution

If I were to distribute my CLI application, that consists of jar, which manifest declares a main class, which takes command line arguments and produces some output like a normal CLI application would, and a .bat and .sh scripts, that ease the launch…
2
votes
1 answer

How to install Apache Ignite web-console modules in binary distribution

I have installed Apache Ignite-binaries apache-ignite-fabric-2.6.0 . As part of the Apache Ignite-web-console-pre-requsite steps : It mentioned Download the following dependencies: For backend: cd $IGNITE_HOME/modules/web-console/backend npm…
Tarun Patel
  • 243
  • 9
  • 22
2
votes
0 answers

How to use Asp.Net Core 1.0.1 binaries

I just downloaded binaries for Asp.Net Core 1.0.1 from https://www.microsoft.com/net/download/dotnet-core/1.0. Where do I put these binaries on my Windows-computer so I can run that version? I have experimented with placing it in various subfolders…
Harry_C
  • 179
  • 1
  • 1
  • 14
2
votes
1 answer

FreeBSD quarterly binaries mariadb101-server missing, why?

On FreeBSD 11.1 I am having problems building mariadb101-server. So as a last resort I thought I might grab the binary from the quarterly (kids, you should normally not mix ports with packages) repo, but there's no package for…
LongHike
  • 4,016
  • 4
  • 37
  • 76
2
votes
0 answers

How to upgrade Hyperledger Fabric binary images

I would like to know how to upgrade Hyperledger Fabric binary images. For example, I already configured blockchain business network on Hyperledger Fabric v1.0.3, and want to upgrade to v1.1.0-preview level images while maintaining the existing…
2
votes
2 answers

Why can't a Java application load library binaries from its own .jar?

While looking for a way for my Java project to load library binaries that are packed with the project, I see several people stating things like: before you can use the DLLs you need to actually extract these from the JAR and dump these on the hard…
birgersp
  • 3,909
  • 8
  • 39
  • 79
1 2
3
12 13