Tribe is an address book manager for Windows.
You can build Tribe on Windows XP SP3 or later using Visual Studio 2005 with C++ support installed.
Once Visual Studio is set up:
-
Clone the repository:
git clone https://github.com/tfarina/tribe.git
-
Open the solution file: Open
src\tribe.slnin Visual Studio 2005. -
Select the build configuration: Choose Debug | Win32 as the active configuration.
-
Build the application: From the menu, select Build -> Build Solution.
-
Run the application: Select Debug -> Start Debugging.
Note: The build process may generate warnings, but it should complete without errors.
This project is released under the terms of the GNU General Public License. See COPYING file for details.