1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-11-21 10:13:00 +00:00

Updated documentation

This commit is contained in:
Carsten
2016-08-20 14:24:05 +02:00
parent e8b83e8028
commit 18afdc9196
13 changed files with 2 additions and 86 deletions

14
INSTALL
View File

@ -16,10 +16,6 @@ Run:
# sudo apt-get install mysql-server (only for hosting)
# sudo apt-get install ntp (use updated versions)
Make sure all libraries is present. Use either libraries included
with distribution, precompiled libraries in libbin, or build using
instructions in lib.
Build and install ntpa with:
# make install-linux
@ -30,11 +26,8 @@ Windows
Download a copy of ntpq. An excellent NTP distribution is available from:
https://www.meinbergglobal.com/english/sw/ntp.htm
Make sure .NET is installed and the required MySQL Server is accessible.
Download and install MySQL if needed.
Make sure MySql, Npqsql and NPlot is present. Use either nuget, precompiled
libraries in libbin, or build your own using instructions in lib.
Make sure the required database is accessible. Download and install MySQL
if needed.
Usage
@ -54,9 +47,6 @@ To start ntpa use:
Look in the log file for errors and other clues when debugging.
To stop ntpa use kill. Find the process id in the log file.
# kill 72354
To start ntpa in daemon mode:
# ntpa --config /etc/ntpa.conf &

View File

@ -1,11 +0,0 @@
all:
xbuild src/Npgsql/Npgsql.csproj /p:Configuration=Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=../../Npgsql.snk
install: all
gacutil -i src/Npgsql/bin/Release/Npgsql.dll
deinstall:
gacutil -u Npgsql
clean:
xbuild src/Npgsql/Npgsql.csproj /t:clean

View File

@ -1,5 +0,0 @@
Download from:
http://dev.mysql.com/get/Downloads/Connector-Net/mysql-connector-net-6.9.9-noinstall.zip
Build from:
https://github.com/mysql/mysql-connector-net/archive/6.9.9.tar.gz

View File

@ -1,5 +0,0 @@
Download from:
https://bitbucket.org/anguist/nplot/get/0.9.10.1.tar.gz
Install with:
make install

View File

@ -1,5 +0,0 @@
Download from:
https://github.com/npgsql/npgsql/archive/v3.1.6.tar.gz
Install with:
Make -f Makefile.npgsql

View File

@ -1,6 +0,0 @@
Name: Ntp.Analyzer.Data
Description: Ntp.Analyzer.Data
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Analyzer.Data.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Analyzer.Import
Description: Ntp.Analyzer.Import
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Analyzer.Import.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Analyzer.Objects
Description: Ntp.Analyzer.Objects
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Analyzer.Objects.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Analyzer
Description: Ntp.Analyzer
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Analyzer.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Analyzer.Process
Description: Ntp.Analyzer.Process
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Analyzer.Process.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Common
Description: Ntp.Common
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Common.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Data
Description: Ntp.Data
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Data.dll

View File

@ -1,6 +0,0 @@
Name: Ntp.Data.Provider
Description: Ntp.Data.Provider
Version: 0.7.0
Requires:
Libs: -r:./Ntp.Data.Provider.dll