From 067acd6b49b94d4f1cba238d5530fbebeded1bf2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jan 2016 14:19:37 +0200 Subject: Update intro styling --- doc/intro.cli | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'doc/intro.cli') diff --git a/doc/intro.cli b/doc/intro.cli index dce9fc4..6e27b72 100644 --- a/doc/intro.cli +++ b/doc/intro.cli @@ -14,8 +14,6 @@ // // STYLE // -// @@ letter spacing -// @@ links in have underline in spaces. // @@ section boundary page breaks (
) // @@ when printed, code background is gone, but spaces still there @@ -24,6 +22,28 @@ // - Maximum
 line is 70 characters.
 //
 
+/*
+
+$ mkdir hello-mingw32
+$ cd hello-mingw32
+$ bpkg create cxx config.cxx=i686-w64-mingw32-g++ config.bin.ar=i686-w64-mingw32-ar config.bin.lib=static config.cxx.loptions=-static
+bpkg create -d . --wipe cxx config.cxx=x86_64-w64-mingw32-g++ config.bin.ar=x86_64-w64-mingw32-ar config.bin.lib=static config.cxx.loptions=-static
+created new configuration in /tmp/hello-mingw32/
+
+$ bpkg add https://build2.org/pkg/1/hello/stable
+added repository build2.org/hello/stable
+
+$ bpkg fetch
+fetching build2.org/hello/stable
+2 package(s) in 1 repository(s)
+
+$ bpkg build -y hello
+
+$ wine hello-1.0.0/hello.exe Windows
+Hello, Windows!
+
+*/
+
 "
 \h|TL;DR|
 
-- 
cgit v1.1