Is there a more or less official way for Gtk+ applications to create regular OS X .app with all needed resources and libraries, placed in correct way?
How to deploy Gtk+ app on Mac?
514 views Asked by Kyrylo Polezhaiev At
2
There are 2 answers
0
Andy Tao
On
the easiest way to deploy a GTK based app on macOS:
How to deploy GTK based app on Mac OS X?
You should read it.
Related Questions in MACOS
- How do I customize NSOutlineView to have border color?
- Force sublime text to use PATH from the shell value
- Do executable files always open a terminal window on MacOS?
- setting OpenGL version in objective-C
- C std library don't appear to be linked in object file
- Cross compile simple standard C program on Linux for Mac
- How to generate request format for WCF web service method for Mac and iPhone
- Bundle Multiple Xamarin apps in one pkg installer
- How to Handle Command Line Prompt from a Cocoa App
- AVFoundation - Process each image separately
- CMYK NSImage get pixel data
- how i get the mac of ibeacon or BLE
- Set JAVA_HOME on Mac
- Finding active IPv6 interfaces under Mac OS (using Python)
- OSX: Why is my launchd agent running my script twice?
Related Questions in GTK
- Java 1.6 -> 1.7 JNLP = SIGSEGV
- Multithreading and gtk2hs
- How to have a window closed when a user clicks outside of it using GTK+2?
- How to use MonoDevelop Docking Library
- Adding 2 different widgets on single window GTK+
- Gtkmm - Save Gtk::DrawingArea to file
- "Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale." on OS X
- Linker error with gdk_pixbuf_xlib_get_from_drawable
- How to style a GtkLabel with CSS?
- Access native QFileDialog
- Getting a “format not a string literal and no format arguments” warning while using GTK+2
- Adding gtk graphics to existing console application - shared memory?
- GTK : Any way to mximize the window on Button trigger
- Is it possible to disable, fade or make a button inside a dialog unclickable in GTK?
- How to know my gtk version on openSuse?
Related Questions in DYLIB
- setuptools.setup can't find dylib library files but they are there
- Change Dylib Version
- MampStack stopped working after upgrading to Yosemite and Xcode 6.3.2
- Statically link OpenSSL in XCode
- cx_Freeze and scipy - missing gfortran library?
- Static linking with libraries with Clang on OS X
- How to link dylib file in C++ builder project
- Python: Import Slycot, symbol not found: _dgesv_
- Adding "${SDK_DIR}/usr/include/libxml2" to Header Search Paths breaks cocoapods
- dylib to dylib pathing on mac osx, how to make rpath work on mac?
- Using a dylib in xcode
- Xcode wont load dylib when running on device
- Mac Excel VBA dylib (gfortran based) file operations fail
- use dynamic library in xcode 6 have error: Library not loaded: /usr/local/lib/xxx.dylib Reason: image not found
- dyld: Library not loaded. Reason : no suitable image found
Related Questions in .APP
- How to copy .app or .prefPane (special) directory in OS X
- Mac Java app runs as .jar but fails to properly run when bundled as .app
- Starting java .app in java via Runtime.getRuntime().exec crashes with 'Program quit unexpectedly'
- I cannot find iOS simulator in my mac
- I mistakenly deleted the .app file from products and .dsym
- Create an .app file for os x with eclipse in java
- Create .app file on Mac from runnable jar
- Lost links to .app files in Xcode
- Run .app file in iOS 8 simulator
- How to launch an iOS application in Simulator from Terminal and AppleScript
- iOS: Failed to launch .app file
- Zip Mac OS .app using Ant
- iOS app does not have a Build directory with .app in - for binary upload
- Why would a script function differently when packaged as a .app versus run directly as a .sh?
- How to codesign Mac OSX executable without changing code behaviour
Related Questions in JHBUILD
- Can't shell jhbuild on Mac OS X Mavericks (10.9)
- jhbuild bootstrap doesn't see brew's pixman
- Installing GTK+ on macOS Sierra 10.12.3 - libxml2 Issue
- what is the after element used for in JHBuild?
- using GTKAgg backend on python 3.5 (anaconda) and centos 7
- jhbuild build: unknown repository type arch
- jhbuild build getting the wrong meson version that is not installed on my system
- jhbuild build throwing 407 authentication error
- Packaging as ERROR jar, method pageableParameterBuilderPlugin
- Error while running gnome-music using jhbuild
- Unable to build gnome-builder using JHBuild
- I have trouble "jhbuild build meta-gtk-osx-core"
- How to build library OpenFace using jhbuild without cmake file?
- Running gvfs after building
- jhbuild repository cloning failed
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Pretty much everyone does their own thing. Check out the outdated (read: not really maintained) bockbuild, as well as the build scripts that gedit uses for building .dmg.
https://github.com/mono/bockbuild https://git.gnome.org/browse/gedit/tree/osx
This is something I'd love to see migrated to a configure/automake addition with dmg targets.