Menu

Tree [ee5cbf] master /
 History

HTTPS access


File Date Author Commit
 .tx 2017-05-09 Roman Telezhynskyi Roman Telezhynskyi [0ba402] Switch localizations to stable "branch".
 dist 2017-09-10 Steve Conklin Steve Conklin [95862b] Update docker image for pipelines
 scripts 2017-09-10 Steve Conklin Steve Conklin [e5c7e2] fork the build tools and pipelines
 share 2017-09-10 Steve Conklin Steve Conklin [e5c7e2] fork the build tools and pipelines
 src 2017-08-06 Roman Telezhynskyi Roman Telezhynskyi [c2a54e] Resolved issue #744. Check for Updates button p...
 .gitignore 2017-09-21 slspencer slspencer [ee5cbf] Commented .gitignore for docs/html doxygen dire...
 .travis.yml 2017-05-10 Roman Telezhynskyi Roman Telezhynskyi [14e006] Fix conflict clang with ccache.
 AUTHORS.txt 2016-08-22 Roman Telezhynskyi Roman Telezhynskyi [e1daa0] Added Timo Virtaneva to the list of contributors.
 CONTRIBUTING.md 2016-06-05 Roman Telezhynskyi Roman Telezhynskyi [17de88] The bitbucket plugin doesn't support links, so ...
 ChangeLog.txt 2017-08-06 Roman Telezhynskyi Roman Telezhynskyi [c2a54e] Resolved issue #744. Check for Updates button p...
 LICENSE_GPL.txt 2014-10-25 dismine dismine [219886] Use postfix .txt for text files, usefull for Wi...
 README.md 2017-09-12 Susan Spencer Susan Spencer [c6f67e] Create README.md
 README.txt 2017-09-11 Susan Spencer Susan Spencer [1e844a] Update README.txt
 Valentina.pro 2017-05-30 Roman Telezhynskyi Roman Telezhynskyi [40568d] Fixed determining GCC version.
 appveyor.yml 2017-09-10 Steve Conklin Steve Conklin [e5c7e2] fork the build tools and pipelines
 bitbucket-pipelines.yml 2017-09-10 Steve Conklin Steve Conklin [95862b] Update docker image for pipelines
 code_of_conduct.md 2016-09-08 Susan Spencer Susan Spencer [c4b85c] code_of_conduct.md edited online with Bitbucket...
 common.pri 2017-08-06 Roman Telezhynskyi Roman Telezhynskyi [c2a54e] Resolved issue #744. Check for Updates button p...
 sonar-project.properties 2017-09-10 Steve Conklin Steve Conklin [e5c7e2] fork the build tools and pipelines

Read Me

Valentina

Valentina is a cross-platform patternmaking program which allows designers complete control of the patternmaking process. Patterns can be created using either standard sizing tables or an individual’s set of measurements. Valentina enables haute couture and bespoke patternmaking techniques for creating digital, scalable, sharable patterns with perfect fit.

Supported platforms:
* Windows XP SP2 (32-bit) or later
* Ubuntu Linux 14.04 (32-bit/64-bit) or later
* OpenSUSE 13.02 (32-bit/64-bit) or later
* Fedora 24 (32-bit/64-bit) or later
* Mac OS X 10.8 (64-bit) or later

Homepage and downloads https://valentina-project.org
Wiki & User Manual https://wiki.valentinaproject.org
Forum https://forum.valentina-project.org/
Translations https://www.transifex.com/organization/valentina
PPA for Ubuntu (develop)
PPA for Ubuntu (test)
IRC channel #valentina on irc.freenode.net
Main repository https://github.com/valentina-project/vpo2

Compiling Valentina

Prerequisites:
* Qt 5.2.0 or later (On Unix development packages needed)
* git (only for working with repository)
* On Unix:
- g++ (at least GCC 4.7 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\build
qmake ..\Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache
make (or mingw32-make or nmake or jom, depending on your platform)

Note: On some platforms e.g. Fedora, all Qt-tools come as qmake-qt5, etc. In this case you should install qtchooser. This wrapper resolves the Qt version with respect to QT_SELECT. So run

export QT_SELECT=5

prior to qmake. You will not come along with just using qmake-qt5 here.

Note: In order to build and use Valentina, the PATH environment variable needs to be extended to locate qmake, moc and other Qt tools. This is done by adding your Qt's installation path (eg c:\Qt\%VERSION%\bin) to the PATH variable. Check your Qt installation to find the correct path to enter.

For newer versions of Windows, PATH can be extended through this menu:

 Control Panel|System|Advanced|Environment

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 PREFIX_LIB=/usr/lib/i386-linux-gnu Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache

where /usr/local is a new prefix for installation binary files and /usr/lib/i386-linux-gnu is new prefix for install libraries.

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_GPL.txt file for further information

Other components released under:
* QMuParser - BSD license
* VPropertyExplorer - LGPLv2.1 license
© 2017 GitHub, Inc.
Terms
Privacy
Security
Status
Help
Contact GitHub
API
Training
Shop
Blog
About

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.