[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What's need when I distribute C/C++ GUI app with guile on MacOS or MS Wi
From: |
Park SungMin |
Subject: |
What's need when I distribute C/C++ GUI app with guile on MacOS or MS Windows? |
Date: |
Wed, 26 Apr 2017 05:30:30 +0900 |
What's need when I distribute C/C++ GUI app with guile on MacOS or MS Windows
(for enduser, not developer)?
I just want one bundle(executable + all runtime resources) for distribute.
maybe, I need libguile and all used module...right?
1. but how check that all used module(and all dependent module)?
2. compiled module (.go) are huge than source (.scm).
in MacOS, /usr/local/lib/guile (compiled module directory) size are 38M.
but /usr/local/share/guile (source module directory) size are just 5.1M..
what's do I need between both?(source or compiled file)
thank you!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- What's need when I distribute C/C++ GUI app with guile on MacOS or MS Windows?,
Park SungMin <=