Today I would like to request for the drawing/editing program Pinta. I'ts a fork of Paint.net (a windows program) write in GTK.
This soft is simpler than TheGimp but also more powerful and "userfriendly" than mtpaint the defaut painting soft.
Pinta home page: http://pinta-project.com/
The source code: http://github.com/jpobst/Pinta
rich[0.4]$ fakeroot slkbuild -X
Automatically setting arch to i486
WARNING: You appear to have too many commented variables, you should look into it.
pinta-0.4.tar.gz found in current directory
build-pinta.sh has been created
tar -xf pinta-0.4.tar.gz
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for xbuild... no
checking for mono... no
configure: error: XBuild not found
make: *** No targets specified and no makefile found. Stop.
build() failed.
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
Microsoft Build (msbuild) is a build system developed by Microsoft similar in spirit to Nant (in that it uses XML files for describing the build process) and in the same spirit as make.
Projects created in Visual Studio 2005 (except VC++2005) are saved in MSBuild format.
xbuild is Mono's implementation of msbuild and it allows projects that have an msbuild file to be compiled natively on Linux. xbuild has been part of the standard Mono distribution for some time now, but it is not 100% complete yet.
timatou wrote:We need mono and xbuild to compile the program?
Yes. It seems so. But nobody wants to build both of them.
It is some kind of porting M$ logic to Linux, you know.
And this for only providing a "simple" painting application, but there are so weird dependencies.
So, I am out of this, and maybe others too.
This is no trolling.
timatou wrote:We need mono and xbuild to compile the program?
Yes. It seems so. But nobody wants to build both of them.
It is some kind of porting M$ logic to Linux, you know.
And this for only providing a "simple" painting application, but there are so weird dependencies.
So, I am out of this, and maybe others too.
This is no trolling.
I understand, it's maybe a simple painting software, but I never found any equivalent. No one to fork this fork without mono and any strange dependencies?