Re: Packing a C# project.

"Neil Munro" <[email protected]> Mon, 16 Jun 2008 13:16:59 +0100
Newsgroups gmane.comp.autopackage.devel
Message-ID <[email protected]>
2008/6/16 Jan Niklas Hasse <[email protected]>:

> On Mon, Jun 16, 2008 at 1:45 PM, Neil Munro <[email protected]> wrote:
> > I'm bad at languages but presumably this is a basic hello world program?
> I
> > replace all occurrences of hallowelt to read warp, and just amend it to
> only
> > (at the moment) include the help file. For now I will place it in
> > $PREFIX/share/warp/help.txt.
> >
> > So my file looks like this
> > #!/bin/sh
> > prefix=$1
> > install -D bin/warp $prefix/bin/warp
> > install -D share/warp/help.txt $prefix/share/warp/help.txt
> > #install -D share/icons/warp.png $prefix/share/icons/warp.png
> > #install -D share/warp/warp.png $prefix/share/warp/warp.png
> > #install -D warp.desktop $prefix/share/applications/warp.desktop
>
> Looks okay to me.
>
> > Presumably this install.sh file needs to be somewhere specific in the
> source
> > tree? The build output directory by chance?
>
> Just inside the source dir.
>
> >> An import everything in import:
> >>
> >> echo '*' | import
> >
> > Uhm, what's does this step do?
>
> It imports all files inside $build_root inside your autopackage. See
> http://autopackage.org/developer-quickstart.html
>

Woah not done the mkspec step yet. in fact does the mkapspec program not do
all this? I am trying to do the steps in order as they appear on the
website. In fact, the mkapspec program helped me build the autopackage, and
it installs fine, but does not run. At least I am further on than I was.
I've not gotten it to include the help.txt file and the program bombs out
with this error.

niadh@Aurora:~/Desktop/warpcorev2-0.1$ sudo warpcorev2
[sudo] password for niadh:
Cannot open assembly /usr/local/lib/warpcorev2/WarpCoreV2.exe.



>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected]
> For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]
>
>