Tribe is an address book manager for Windows.
You can build on Windows XP SP3 or above, with Visual Studio 2005 and C++ support installed. Once you have Visual Studio installed:
-
Clone the source:
git clone https://github.com/tfarina/tribe.git
-
Open the file src\tribe.sln in Visual Studio 2005.
-
Select "Debug|Win32" as active configuration.
-
Click on "Build -> Build Solution" to build the app.
-
Click on "Debug -> Start Debugging" to run the app.
NOTE: The building process should end with warnings, but without errors.
This project is released under the terms of the GNU General Public License. See COPYING file for details.