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 3576b587fc Merge with develop 2013-12-08 10:44:09 +02:00
dist Script for Nullsoft Scriptable Install System. 2013-11-28 19:48:27 +02:00
doc/doxygen Change in Doxyfile. 2013-11-21 10:37:36 +02:00
scripts Change in Doxyfile. 2013-11-21 10:37:36 +02:00
share Make install for translations. 2013-11-25 11:17:47 +02:00
src Prepare for release v0.2.1. 2013-12-08 10:43:06 +02:00
.hgignore Fixed bug with context menu of single point. 2013-10-13 10:11:09 +03:00
.hgtags Added tag v0.2.0 for changeset 841f8c5c7d96 2013-10-29 19:55:48 +02:00
AUTHORS File AUTHORS. 2013-11-15 17:48:01 +02:00
ChangeLog Prepare for release v0.2.1. 2013-12-08 10:43:06 +02:00
LICENSE Added GNU General Public License version 3 to project 2013-09-18 22:16:19 +03:00
README Change in README file. 2013-11-22 12:37:44 +02:00
TODO TODO file. 2013-11-18 12:03:47 +02:00
Valentina.pro Change in pro file for compile on Windows with MSVC. 2013-11-28 18:28:49 +02:00

README

Pattern making program
Copyright (C) 2013  Roman Telezhinsky <dismine@gmail.com>
https://dismine@bitbucket.org/dismine/valentina

Valentina
==========
Open source project of creating a pattern making program, whose allow 
create and modeling patterns of clothing. 

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 Unix development packages needed)
   * mercurial
   * On Unix:
     - ccache
     - g++ (at least GCC 4.6 is needed and GCC 4.8 is recommended)
   * 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)

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.

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