SergioHdzReyes / sync_select_files

Program on Gtk+3 that allows you deploy your code to a server. If there are differences between both ends, it shows them with a friendly interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync Select Files

C program

Description

Program that allows you to deploy your code to a server. If there are differences between both ends, it will show them with a friendly interface.

Requirements

This program has been tested on Ubuntu 20 operating system. You need to run this program under a GIT project directory and have installed the following tools:

  • libconfig-dev
  • autoconf
  • make
  • libgtk-3-dev
  • pkg-config
  • libtool

Installation

git clone https://github.com/SergioHdzReyes/sync_select_files.git
cd sync_select_files/
./bootstrap
./configure
make
sudo make install

Usage

Go to Wiki.

About

Program on Gtk+3 that allows you deploy your code to a server. If there are differences between both ends, it shows them with a friendly interface.

License:GNU General Public License v3.0


Languages

Language:C 95.1%Language:Makefile 2.0%Language:CMake 1.9%Language:M4 0.6%Language:Shell 0.4%