Page 1 of 2

NXC and nexttools debian packages

Posted: 02 Oct 2010, 16:20
by schodet
On the old nxtasy Slavko offerred repository with NXC and nexttools for debian or ubuntu.

Here it is:

http://debs.slavino.sk/

Re: NXC and nexttools debian packages

Posted: 04 Oct 2010, 19:41
by slavkozn
yes, my repo still works for all ;)

only one thing - it is targeted to Debian testing (Ubuntu can works, but i don't know about dependencies), amd64, but some packages (no svn) are for i386 too. I still offer publishing i386 packages, if someone build them (there is one old i386 bricxcc from contrubutor)...

regards

Re: NXC and nexttools debian packages

Posted: 04 Oct 2010, 20:39
by schodet
That was me :) There is only a difference of 4 svn revisions according to your web page, is there a need to rebuild it?

About the -doc package, could you include the doxygen generated help?

Thanks again for your packages!

Re: NXC and nexttools debian packages

Posted: 05 Oct 2010, 18:30
by slavkozn
schodet wrote:That was me :)
The world is small :D

> is there a need to rebuild it?
it is your choice ;)

> could you include the doxygen generated help?
Yea, i can, but i don't know how – I newer use doxygen :roll:

Re: NXC and nexttools debian packages

Posted: 05 Oct 2010, 19:54
by schodet
Here are i386 packages: http://ni.fr.eu.org/~nico/nxc/

They will be removed once you have taken them.

Re: NXC and nexttools debian packages

Posted: 05 Oct 2010, 20:11
by schodet
slavkozn wrote:> could you include the doxygen generated help?
Yea, i can, but i don't know how – I newer use doxygen :roll:
Just go to the NXT directory and run "doxygen".

Actually, some options should be tuned, for example, output directory is d:\bricxcc\nxt\doxygen. You can just append options at end of Doxyfile file:

Code: Select all

OUTPUT_DIRECTORY = doc
GENERATE_HTMLHELP = NO
GENERATE_LATEX = NO
GENERATE_RTF = NO
GENERATE_XML = NO

Re: NXC and nexttools debian packages

Posted: 06 Oct 2010, 19:01
by slavkozn
your packages uploaded!

thanks about doxygen, i try it in next days ;)

Re: NXC and nexttools debian packages

Posted: 06 Oct 2010, 22:29
by afanofosc
I have changed the output directory in the two doxygen configuration files and checked the changes into SVN. It now uses a relative path (doxygen for NXC and nbcdoxygen for NBC).

John Hansen

Re: NXC and nexttools debian packages

Posted: 08 Oct 2010, 14:52
by slavkozn
schodet wrote:Just go to the NXT directory and run "doxygen".
it seems that i was success :-)

new bricxcc-doc includes generated html pages, can you please test it? I don't know, but IMHO some rtf files can be excluded now, can you take look on it, please?

Re: NXC and nexttools debian packages

Posted: 08 Oct 2010, 14:57
by slavkozn
afanofosc wrote:I have changed the output directory in the two doxygen configuration files
for NXC it works fain :P

i got lot of missing .nxc files from NXCAPIDocs.h (by letters case), i sent patch to you by mail...