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 6ef16b51d0 Merge with develop
--HG--
branch : feature
2013-11-18 13:21:59 +02:00
container Merge with develop 2013-11-18 13:21:59 +02:00
cursor Tool point of intersection. 2013-10-21 17:09:05 +03:00
dialogs Change in license. 2013-11-15 14:50:05 +02:00
docs Documentation for classes. 2013-10-07 18:34:14 +03:00
exception Change in license. 2013-11-15 14:50:05 +02:00
geometry Change in license. 2013-11-15 14:50:05 +02:00
icon Tool point of intersection. 2013-10-21 17:09:05 +03:00
tools Change in license. 2013-11-15 14:50:05 +02:00
translations . 2013-10-29 19:46:58 +02:00
widgets Change in license. 2013-11-15 14:50:05 +02:00
xml Change in license. 2013-11-15 14:50:05 +02:00
.hgignore Fixed bug with context menu of single point. 2013-10-13 10:11:09 +03:00
AUTHORS File AUTHORS. 2013-11-15 17:48:01 +02:00
ChangeLog ChangeLog file. 2013-11-15 17:42:24 +02:00
cursor.qrc Tool point of intersection. 2013-10-21 17:09:05 +03:00
icon.qrc Tool point of intersection. 2013-10-21 17:09:05 +03:00
LICENSE Added GNU General Public License version 3 to project 2013-09-18 22:16:19 +03:00
main.cpp Change in license. 2013-11-15 14:50:05 +02:00
mainwindow.cpp Change in license. 2013-11-15 14:50:05 +02:00
mainwindow.h Change in license. 2013-11-15 14:50:05 +02:00
mainwindow.ui Tool point of intersection. 2013-10-21 17:09:05 +03:00
options.h Change in license. 2013-11-15 14:50:05 +02:00
README Changes in readme. 2013-11-18 12:08:54 +02:00
stable.cpp Change in license. 2013-11-15 14:50:05 +02:00
stable.h Change in license. 2013-11-15 14:50:05 +02:00
tablewindow.cpp Change in license. 2013-11-15 14:50:05 +02:00
tablewindow.h Change in license. 2013-11-15 14:50:05 +02:00
tablewindow.ui Added internationalization for program. Translated string to english. Added 2013-09-18 19:52:49 +03:00
TODO TODO file. 2013-11-18 12:03:47 +02:00
Valentina.pro Now no need install ccache for build release version of application. 2013-11-15 15:19:43 +02:00
version.h Change in license. 2013-11-15 14:50:05 +02:00

Valentina
==========
Open source project of creating a pattern making program, whose allow 
create and modeling patterns of clothing. 
Published under GNU GPL v3 license.

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

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

Building the sources requires Qt 5.0.0 or later.

Compiling Valentina
====================
Prerequisites:
   * Qt 5.0.0 or later
   * On Windows:
     -  MinGW or Visual Studio

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)

Installation ("make install") is not needed. 

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.