[asl] 76/177: Fix Readme.md

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 27 09:22:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository asl.

commit 4755a52a25efb3e3599262bf32a763c803e6ac17
Author: Avtech Scientific <AvtechScientific at users.noreply.github.com>
Date:   Tue Jul 7 15:17:17 2015 +0300

    Fix Readme.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 39df8e8..ce73949 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,8 @@ ASL is distributed under the free GNU Affero General Public License (AGPLv3) wit
 ### Writing your own code using ASL
 
 1. Take a look on examples, start with [examples/flow/locomotive_in_tunnel.cc](http://asl.org.il/doc/Developer-Guide/locomotive_in_tunnel_8cc-example.html)
-2. ASL installation supplies `ASLConfig.cmake` and `ASL.pc` files. To build your program using
+2. ASL installation supplies `ASL.pc` and `ASLConfig.cmake` files. To build your program using
+	- `pkg-config`: launch ``c++ `pkg-config --cflags --libs ASL` -o locomotive_in_tunnel locomotive_in_tunnel.cc``
 	- `cmake`: write a basic `CMakeLists.txt`
 		```
 		project(locomotive)
@@ -43,7 +44,6 @@ ASL is distributed under the free GNU Affero General Public License (AGPLv3) wit
 		add_executable(locomotive_in_tunnel locomotive_in_tunnel.cc)
 		target_link_libraries(locomotive_in_tunnel PRIVATE ASL::aslnum ASL::aslvtk ASL::asl)
 		```
-	- `pkg-config`: ``c++ `pkg-config --cflags --libs ASL` -o locomotive_in_tunnel locomotive_in_tunnel.cc``
 
 
 ## Further information

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/asl.git



More information about the debian-science-commits mailing list