genbtc / acquisition

Home Page:http://get.acquisition.today/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acquisition Build Status Build status

Acquisition is an inventory management tool for Path of Exile.

It is written in C++, uses Qt widget toolkit and runs on Windows and Linux.

Check the website for screenshots and video tutorials. You can download Windows setup packages from the releases page.

Compiling/developing Acquisition

Windows

On Windows you can use either Visual Studio or MinGW version of Qt Creator. Alternatively you can also use Visual Studio with Qt Add-in. Note that only Visual Studio 2013 Update 3 is supported.

Linux

Either open acquisition.pro in Qt Creator and build or do qmake && make.

Command line arguments

--data-dir <path>: set the path where Acquisition should save its data. By default it's %localappdata%\acquisition on Windows and ~/.local/share/acquisition on Linux.

--test: run tests. Zero exit code on success, other values indicate errors.

About

http://get.acquisition.today/

License:GNU General Public License v3.0


Languages

Language:C++ 98.2%Language:QMake 0.7%Language:C 0.4%Language:Shell 0.3%Language:Inno Setup 0.3%Language:Batchfile 0.1%