openframeworks / openframeworks/projectGenerator

Too long generate/update time for oF project with big library

Open
#188 3 comments 0 reactions 1 assignee View on GitHub

@ofTheo is already working on this.

Since Aug 10, 2020.

Dominant language
CSS
Stars
90
Forks
79
Avg merge
2d 9h
Merged PRs (30d)
5

Description

It's not really a bug but would like to share rare case problem.
I'm trying to make ofxVtk which use VTK library consists of more than 2000 header files and 114 static/dynamic libs. Since it's huge, it takes 15 min to generate oF project. (on OSX)

Xcode Project setting itself is simple, like following.
Header Search path : /libs/vtk/include
Other linker flag : /libs/vtk/lib/vtk.a (I combined all .a files into one .a file)

This can be because PG is checking directories recursively in default.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.