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 tech
 
 
 
 
 
Go to file
dismine ace8f00e16 Megre with develop 2015-01-01 12:58:32 +02:00
dist Rpm spec. 2014-12-23 16:54:47 +02:00
scripts Using gcc’s Address Sanitizer with Valentina. 2014-12-24 14:55:55 +02:00
share Updated translations. 2014-12-31 14:28:08 +02:00
src By default on Windows font point size 8 points we need 11 like on Linux. 2014-12-31 16:54:11 +02:00
.hgignore Update .hgignore file. 2014-09-05 11:46:07 +03:00
.hgtags Added tag v0.2.2 for changeset a734ccf61671 2014-02-11 08:41:39 +02:00
AUTHORS.txt Use postfix .txt for text files, usefull for Windows systems. 2014-10-25 14:06:30 +03:00
ChangeLog.txt Use postfix .txt for text files, usefull for Windows systems. 2014-10-25 14:06:30 +03:00
LICENSE_GPL.txt Use postfix .txt for text files, usefull for Windows systems. 2014-10-25 14:06:30 +03:00
README.txt Broken make install path for library if prefix doesn't default. 2014-11-21 14:01:35 +02:00
Valentina.pri Qmake log looks much better. 2014-12-30 23:24:51 +02:00
Valentina.pro Minimal Qt version 5.2.0. 2014-12-22 21:46:36 +02:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Pattern making program
Copyright (C) 2013-2014  Roman Telezhynskyi <dismine@gmail.com>    
Valentina Web page: http://www.valentina-project.org/    
Valentina user manual https://bitbucket.org/dismine/valentina/wiki/manual/Content    
Valentina main repository: https://bitbucket.org/dismine/valentina/overview    
Valentina mail list (forum) https://groups.google.com/forum/#!forum/valentina-project-list    
PPA for Ubuntu (develop): https://launchpad.net/~dismine/+archive/valentina-dev    
Help translate https://www.transifex.com/organization/valentina    

Valentina
==========
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 individuals set of 
measurements. It blends new technologies with traditional methods to create 
a unique pattern making tool. 

Supported Platforms
===================
The standalone binary packages support the following platforms:

Windows XP SP2 or later
Ubuntu Linux 14.04 (32-bit) or later

Building the sources requires Qt 5.2.1 or later.

Compiling Valentina
====================
Prerequisites:   
   * Qt 5.2.1 or later (On Unix development packages needed)   
   * mercurial   
   * On Unix:   
     - ccache   
     - g++ (at least GCC 4.6 is needed and GCC 4.8 is recommended) or
       clang (clang 3.4 recommended)
     - xpdf package (tool pdftops).    
   * On Windows:   
     - MinGW  
     - 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.

The installed toolchains have to match the one Qt was compiled with.

You can build Valentina with

    cd $SOURCE_DIRECTORY
    qmake Valentina.pro -r (or qmake-qt5, depending on your platform)
    make (or mingw32-make or nmake or jom, depending on your platform)

Note:In order to build and use Valentina, the PATH environment variable 
needs to be extended:

 PATH               - to locate qmake, moc and other Qt tools
This is done by adding c:\Qt\%VERSION%\bin to the PATH variable.

For newer versions of Windows, PATH can be extended through the 
Control Panel|System|Advanced|Environment variables menu.

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.

Unix systems:
Default prefix for command "make install" is /usr. For using another 
prefix build with qmake command:

qmake PREFIX=/usr/local Valentina.pro -r

where /usr/local is a new prefix for installation.

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