repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-tools
/
examples
/
hello-csharp
/
INSTALL
blob
ea09f7ac92b99d9ebcb122eb3c636dd5621dd778
1
This example relies on:
2
- a C# implementation: either pnet+pnetlib or mono+mcs
3
4
Installation:
5
./autogen.sh
6
./configure --prefix=/some/prefix
7
make
8
make install
9
Cleanup:
10
make distclean
11
./autoclean.sh