You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

PCL stands for Portable Class Library - http://msdn.microsoft.com/en-us/library/gg597391.aspx

Overview

This branch will further work on lucene.net for moving the project towards supporting portable libraries.  The goal is to bring Lucene.Net to other .NET Platforms.  

Since this will require significant work, it will be done in its own branch "pcl" in parallel to other efforts. The PCL branch can pull from other branches as needed as well as provide enhancements to the master branch as they are stable.  

Getting the Code

Clone the Project

$ git clone http://git-wip-us.apache.org/repos/asf/lucenenet.git

Change Directories

$ cd lucenenet

Create Local Branch:

$ git branch --track pcl origin/pcl

Checkout Branch

$ git checkout pcl
  • No labels