pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

corefx-git: Update README



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Apr 20 02:46:06 2016 +0200
Changeset:	98276d4ac786c2229dbf4151ba1bd06228562cc8

Modified Files:
	corefx-git/README

Log Message:
corefx-git: Update README

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98276d4ac786c2229dbf4151ba1bd06228562cc8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 corefx-git/README | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diffs:
diff --git a/corefx-git/README b/corefx-git/README
index f3c8d12..015e949 100644
--- a/corefx-git/README
+++ b/corefx-git/README
@@ -1,14 +1,22 @@
-My steps to run CoreFX managed code tests:
-1. Build CoreCLR (with pkgsrc-wip/coreclr-git) on NetBSD x64 Debug and install the Product dir to /usr/pkg/CoreCLR
-2. Build CoreFX native x64 Debug and the work (build) dir is in /tmp/pkgsrc-tmp/wip/corefx-git/work/corefx
-3. Build CoreCLR Debug x64 on Linux and copy mscorlib.dll from ./bin/Product/Linux.x64.Debug/mscorlib.dll to NetBSD machine under /usr/pkg/CoreCLR
-4. Build CoreFX Debug x64 on Linux and copy bin/ to NetBSD machine under /public/bin
-5. Try to run ./run-test.sh
+My steps to run CoreFX managed code tests
 
+1. Build CoreCLR (with pkgsrc-wip/coreclr-git) on NetBSD x64 Debug and install the Product dir to /usr/pkg/CoreCLR:
+cd /usr/pkgsrc/wip/coreclr-git && make install
+
+2. Build CoreFX native x64 Debug and the work (build) dir is in /tmp/pkgsrc-tmp/wip/corefx-git/work/corefx:
+cd /usr/pkgsrc/wip/corefx-git && make
+
+3. Build CoreCLR Debug x64 on Linux and copy mscorlib.dll from ./bin/Product/Linux.x64.Debug/mscorlib.dll to NetBSD machine under /usr/pkg/CoreCLR:
+./build.sh mscorlib Debug
+
+4. Build CoreFX Debug x64 on Linux and copy bin/ to NetBSD machine under /public/bin:
+./build.sh /p:OSGroup=NetBSD /p:SkipTests=true
+
+5. Try to run ./run-test.sh:
 $ pwd
 /tmp/pkgsrc-tmp/wip/corefx-git/work/corefx
 $ ./run-test.sh \
 --coreclr-bins /usr/pkg/CoreCLR/ \
 --mscorlib-bins /usr/pkg/CoreCLR/ \
---corefx-tests /public/bin/tests/FreeBSD.AnyCPU.Debug/ \
+--corefx-tests /public/bin/tests/NetBSD.AnyCPU.Debug/ \
 --corefx-native-bins ./bin/NetBSD.x64.Debug/Native/


Home | Main Index | Thread Index | Old Index