Skip to content

Y0lan/curli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curli

Curl, improved. Working only for GNU/Linux

For us, developpers

aclocal # Set up an m4 environment
autoconf # Generate configure from configure.ac
automake --add-missing # Generate Makefile.in from Makefile.am
./configure # Generate Makefile from Makefile.in
make distcheck # Use Makefile to build and test a tarball to distribute

Install it

./configure # Generate Makefile from Makefile.in
make # Use Makefile to build the program
make install # Use Makefile to install the program²

Test it (will change while curli gets more feature)

curli
# a configuration file will be created to $HOME/.config/curli/conf.sconf
# the help will be displayed
# a template will be put inside the configuration file
# you will be able to edit directly this file if you wish
# next : read the configuration file and save each task into struct

Releases

No releases published

Packages

No packages published

Languages