|
Notes |
|
|
(0012771)
|
|
Ken Moreland
|
|
2008-07-21 10:35
|
|
|
Should this option be default? It might be handy to those who want to build plugins against a binary install. How many extra files/memory is required to install the development files? |
|
|
|
(0012851)
|
|
Mattijs
|
|
2008-07-29 07:48
|
|
Can I vote in favour (of making this the default)? We had to write a script to make this process easier for users who wanted to build our reader.
In my installed tree:
find . -name '*.h' | wc -l
returns 205. |
|
|
|
(0014024)
|
|
Ken Moreland
|
|
2008-11-04 08:59
|
|
|
It just occurred to me that simply copying the header files is probably not sufficient. There are probably also some .cmake files and intermediate executables (such as client/server wrappers) that need to be made available as well. At a minimum, it should be easy to compile a plugin. |
|
|
|
(0015059)
|
|
Utkarsh Ayachit
|
|
2009-02-17 14:40
|
|
|
Burlen has already fixed this. |
|
|
|
(0015107)
|
|
Alan Scott
|
|
2009-02-17 20:46
|
|
|