I compiled an app; how do I make it a .pet ? (solved)

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

I compiled an app; how do I make it a .pet ? (solved)

#1 Post by RSH »

HI.

It's not really a programming question, but i don't know, where to ask this.

After successfully compiling a application i can use "make install" to install the application.

I don't want to install. I want to make a .pet instead of installing. How can i do this (making a .pet after the sources has been successfully compiled)?

RSH
Last edited by RSH on Wed 19 Sep 2012, 23:36, edited 1 time in total.
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#2 Post by rcrsn51 »

Have you read this?

The two key commands are "new2dir make install" and "dir2pet".

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#3 Post by 666philb »

make install DESTDIR=/path/to/a/folder/
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#4 Post by RSH »

Thanks for the replies.

Once I did knew this (emil pointed me to that, earlier this year), but I couldn't remember and/or find the thread. :oops:

I have made now my first .pet from successfully compiled source files, using:

Code: Select all

new2dir make install
Works - the .pet works as well. :D

(I'll try to keep in mind) :lol:
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

Post Reply