On Tue, Mar 6, 2018 at 2:38 AM, Shlomi Fish <shlomif@...2985...> wrote:
Hi Beth,
On Mon, 5 Mar 2018 15:18:13 -0800 Elizabeth Kirby <bethkirby@...400...> wrote:
Hi all,
I'm trying to get inkscape to run on the mac. I downloaded a zip of
the
code (recently) & installed a handful of packages using ports.
Which "zip"? The source code is normally in a compressed tarball.
I got the code from the gitlab site. It gives the option to download as a zip (& tarball, etc)
Are there any people developing on mac out there that can share their configuration & settings & tell me what parameters need to be set &
where?
Thanks, Beth
Did you do "cmake -D…" followed by "make" and "make install"? See inkscape* at https://github.com/shlomif/shlomif-computer-settings/ tree/master/shlomif-settings/build-scripts/build .
I'm hoping to run (& debug) from the build tree. I would prefer to keep each dev environment contained in one place as much as possible. I suppose I can make CMAKE_INSTALL_PREFIX point back into the build tree -- that might work.
Thanks, Beth