Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install target #10

Closed
domibel opened this issue Jan 28, 2011 · 4 comments
Closed

install target #10

domibel opened this issue Jan 28, 2011 · 4 comments
Assignees

Comments

@domibel
Copy link
Contributor

domibel commented Jan 28, 2011

Hi,

Feature Request: Please create an install target.

The following standard cmake workflow doesn't work right now.
cmake .
make
make install

Thanks
Dominique

@ghost ghost assigned jcfr Nov 14, 2011
@jcfr
Copy link
Member

jcfr commented Jul 12, 2012

On my current topic work in progress, this workflow now complete without error.

In a nutshell:

cd MyProjects
git clone git://github.com/jcfr/CTK.git -b 65-packaging-support
mkdir CTK-build
cd CTK-build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/home/jchris/Projects/QtSDK-1.2/Desktop/Qt/474/gcc/bin/qmake -DCMAKE_INSTALL_PREFIX:PATH=/home/jchris/ctk-install ../CTK
make -j4
cd CTK-build && make install

Do you expect the install target to be existing at the top level build directory ? Or having inside the inner build directory sufficient ?

@domibel
Copy link
Contributor Author

domibel commented Jul 12, 2012

For the debian package we have to disable the superbuild process. Each
external dependency will be replaced by a debian dependency. So I
guess there is no top-level then. Supporting the make install within
the build directory is preferable.

-Dominique

On Thu, Jul 12, 2012 at 3:50 PM, Jean-Christophe Fillion-Robin
reply@reply.github.com
wrote:

On my current topic work in progress, this workflow now complete without error.

In a nutshell:

cd MyProjects
git clone git://github.com/jcfr/CTK.git -b 65-packaging-support
mkdir CTK-build
cd CTK-build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/home/jchris/Projects/QtSDK-1.2/Desktop/Qt/474/gcc/bin/qmake -DCMAKE_INSTALL_PREFIX:PATH=/home/jchris/ctk-install ../CTK
make -j4
cd CTK-build && make install

Do you expect the install target to be existing at the top level build directory ? Or having inside the inner build directory sufficient ?


Reply to this email directly or view it on GitHub:
#10 (comment)

@jcfr
Copy link
Member

jcfr commented Jul 12, 2012

Excellent, the install target is operational. Now working on
#158

Thanks
Jc

On Thu, Jul 12, 2012 at 4:34 PM, domibel <
reply@reply.github.com

wrote:

For the debian package we have to disable the superbuild process. Each
external dependency will be replaced by a debian dependency. So I
guess there is no top-level then. Supporting the make install within
the build directory is preferable.

-Dominique

On Thu, Jul 12, 2012 at 3:50 PM, Jean-Christophe Fillion-Robin
reply@reply.github.com
wrote:

On my current topic work in progress, this workflow now complete without
error.

In a nutshell:

cd MyProjects
git clone git://github.com/jcfr/CTK.git -b 65-packaging-support
mkdir CTK-build
cd CTK-build
cmake
-DQT_QMAKE_EXECUTABLE:FILEPATH=/home/jchris/Projects/QtSDK-1.2/Desktop/Qt/474/gcc/bin/qmake
-DCMAKE_INSTALL_PREFIX:PATH=/home/jchris/ctk-install ../CTK
make -j4
cd CTK-build && make install

Do you expect the install target to be existing at the top level build
directory ? Or having inside the inner build directory sufficient ?


Reply to this email directly or view it on GitHub:
#10 (comment)


Reply to this email directly or view it on GitHub:
#10 (comment)

+1 919 869 8849

@jcfr
Copy link
Member

jcfr commented Nov 15, 2013

Closing issue. See #65, #158 and #403

@jcfr jcfr closed this as completed Nov 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants