version 1.1, 2012/02/21 22:57:48
|
version 1.1.1.2, 2021/03/17 13:38:46
|
Line 1
|
Line 1
|
All you need to know when hacking (modifying) GNU libcharset or when building |
All you need to know when hacking (modifying) GNU libcharset or when building |
it off the CVS. | it off the Git repository. |
|
|
|
|
Requirements |
Requirements |
Line 9 You will need reasonably recent versions of the build
|
Line 9 You will need reasonably recent versions of the build
|
|
|
* A C compiler. Such as GNU GCC. |
* A C compiler. Such as GNU GCC. |
+ Homepage: |
+ Homepage: |
http://gcc.gnu.org/ | https://gcc.gnu.org/ |
|
|
* GNU autoconf |
* GNU autoconf |
+ Homepage: |
+ Homepage: |
http://www.gnu.org/software/autoconf/ | https://www.gnu.org/software/autoconf/ |
|
|
* GNU m4 |
* GNU m4 |
+ Homepage: |
+ Homepage: |
http://www.gnu.org/software/m4/ | https://www.gnu.org/software/m4/ |
|
|
* Perl |
* Perl |
+ Homepage: |
+ Homepage: |
http://www.perl.org/ | https://www.perl.org/ |
|
|
And, of course, the packages listed in the DEPENDENCIES file. |
And, of course, the packages listed in the DEPENDENCIES file. |
|
|
|
|
Building off the CVS | Building off the Git repository |
==================== | =============================== |
|
|
Access to the CVS is described at http://sourceforge.net/cvs/?group_id=51585 . | Access to the Git repository is described at |
| https://savannah.gnu.org/git/?group=libiconv . |
|
|
After fetching the sources from the CVS, peek at the comments in autogen.sh, | After fetching the sources from the Git repository, peek at the comments in |
then run "./autogen.sh"; then you can proceed with "./configure" as usual. | autogen.sh, then run "./autogen.sh"; then you can proceed with "./configure" |
| as usual. |
|
|