2013-11-22 11:37:44 +01:00
|
|
|
|
Pattern making program
|
2014-06-03 07:45:09 +02:00
|
|
|
|
Copyright (C) 2013-2014 Roman Telezhynskyi <dismine@gmail.com>
|
2014-02-27 10:53:41 +01:00
|
|
|
|
Valentina Web page: http://www.valentina-project.org/
|
|
|
|
|
Valentina main repository: https://bitbucket.org/dismine/valentina/overview
|
2014-08-14 15:48:26 +02:00
|
|
|
|
Valentina mail list (forum) https://groups.google.com/forum/#!forum/valentina-project-list
|
|
|
|
|
PPA for Ubuntu 14.04(develop): https://launchpad.net/~dismine/+archive/valentina-dev
|
2014-08-14 16:39:05 +02:00
|
|
|
|
Help translate https://www.transifex.com/organization/valentina
|
2013-11-22 11:37:44 +01:00
|
|
|
|
|
2013-11-17 14:20:53 +01:00
|
|
|
|
Valentina
|
|
|
|
|
==========
|
2014-06-03 07:42:07 +02:00
|
|
|
|
Valentina is a cross-platform patternmaking program which allows designers
|
|
|
|
|
to create and model patterns of clothing. This software allows pattern
|
|
|
|
|
creation, using either standard sizing tables or an individual’s set of
|
|
|
|
|
measurements. It blends new technologies with traditional methods to create
|
|
|
|
|
a unique pattern making tool.
|
2013-11-17 14:20:53 +01:00
|
|
|
|
|
|
|
|
|
Supported Platforms
|
|
|
|
|
===================
|
|
|
|
|
The standalone binary packages support the following platforms:
|
|
|
|
|
|
|
|
|
|
Windows XP SP2 or later
|
2014-05-29 09:08:54 +02:00
|
|
|
|
Ubuntu Linux 14.04 (32-bit) or later
|
2013-11-17 14:20:53 +01:00
|
|
|
|
|
2014-05-29 09:08:54 +02:00
|
|
|
|
Building the sources requires Qt 5.2.1 or later.
|
2013-11-17 14:20:53 +01:00
|
|
|
|
|
|
|
|
|
Compiling Valentina
|
|
|
|
|
====================
|
|
|
|
|
Prerequisites:
|
2014-05-29 09:08:54 +02:00
|
|
|
|
* Qt 5.2.1 or later (On Unix development packages needed)
|
2013-11-22 11:37:44 +01:00
|
|
|
|
* mercurial
|
|
|
|
|
* On Unix:
|
|
|
|
|
- ccache
|
2014-06-02 09:51:39 +02:00
|
|
|
|
- g++ (at least GCC 4.6 is needed and GCC 4.8 is recommended) or
|
|
|
|
|
clang (clang 3.4 recommended)
|
2014-02-20 19:23:19 +01:00
|
|
|
|
- xpdf package (tool pdftops).
|
2013-11-17 14:20:53 +01:00
|
|
|
|
* On Windows:
|
2014-02-20 19:23:19 +01:00
|
|
|
|
- MinGW or Visual Studio
|
|
|
|
|
- Xpdf is an open source viewer for Portable Document Format (PDF)
|
|
|
|
|
files. Website http://www.foolabs.com/xpdf/. Put tool pdftops.exe
|
|
|
|
|
in the same directory with Valentina's binary file.
|
2013-11-17 14:20:53 +01:00
|
|
|
|
|
|
|
|
|
The installed toolchains have to match the one Qt was compiled with.
|
|
|
|
|
|
|
|
|
|
You can build Valentina with
|
|
|
|
|
|
|
|
|
|
cd $SOURCE_DIRECTORY
|
|
|
|
|
qmake -r
|
|
|
|
|
make (or mingw32-make or nmake or jom, depending on your platform)
|
|
|
|
|
|
2013-11-18 11:08:54 +01:00
|
|
|
|
Note:In order to build and use Valentina, the PATH environment variable
|
|
|
|
|
needs to be extended:
|
2013-11-17 14:20:53 +01:00
|
|
|
|
|
|
|
|
|
PATH - to locate qmake, moc and other Qt tools
|
|
|
|
|
This is done by adding c:\Qt\%VERSION%\bin to the PATH variable.
|
|
|
|
|
|
2013-11-18 11:08:54 +01:00
|
|
|
|
For newer versions of Windows, PATH can be extended through the
|
|
|
|
|
Control Panel|System|Advanced|Environment variables menu.
|
2013-11-17 14:20:53 +01:00
|
|
|
|
|
2013-11-18 11:08:54 +01:00
|
|
|
|
You may also need to ensure that the locations of your compiler and
|
|
|
|
|
other build tools are listed in the PATH variable. This will depend on
|
|
|
|
|
your choice of software development environment.
|
2013-11-22 11:37:44 +01:00
|
|
|
|
|
|
|
|
|
LICENSING
|
|
|
|
|
==========
|
|
|
|
|
Valentina is free software: you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
|
|
Valentina is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
See LICENSE file for further information
|